diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-05 10:37:00 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-05 10:37:00 +0200 |
commit | 5babbccb7fabdbd2ae733c985dae971d75741a66 (patch) | |
tree | 519f3fb6e2ddd1528a8ad49199c65eef8e212c0b /doc | |
parent | f5df0d6f466b26c23ec6e1fdff6d73eae2b3325d (diff) |
Bump version to 0.4.0 (final)
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/cli.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #! /usr/bin/env bash version="0.4" # 0.4.0 -date="April 2016" +date="September 2016" trap 'exit 1' ERR set -o errtrace # Trap in functions. |