diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-22 09:11:15 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-22 09:11:15 +0200 |
commit | 9e4ba972178918ca6333f279b196639c456634a2 (patch) | |
tree | 43970a703e55a4badd8db327488a492cc1523763 /doc/cli.sh | |
parent | 1c86d73071709721d51c7155df91da387aff3597 (diff) |
Bump version to 0.3.0
Diffstat (limited to 'doc/cli.sh')
-rwxr-xr-x | doc/cli.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ #! /usr/bin/env bash -version="0.2.0" -date="January 2016" +version="0.3.0" +date="April 2016" trap 'exit 1' ERR set -o errtrace # Trap in functions. |