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 | f8d1a4e8662bf292305c87e23ed63aff3a30b951 (patch) | |
tree | 90094481bb5cc29fb75e5046aef3ae54b431b869 /doc/cli.sh | |
parent | db60b4ceef7740de4ae6d0680da82b2216b7252e (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. |