diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-09 10:17:15 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-09 10:17:15 +0200 |
commit | 69620bdfde83f3515101cd78954ab54dbdbb7554 (patch) | |
tree | 9ae3eefb848dff3773ba80e0d5c57f8c5431e4fa /doc/cli.sh | |
parent | 4a0a7c0c3ef8a96e6e13e2518e90a197dca7fc6f (diff) |
Bump version to 0.7.0-a.0.z, master is open for business
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.6.0 -date="January 2017" +version=0.7.0-a.0.z +date="$(date +"%B %Y")" trap 'exit 1' ERR set -o errtrace # Trap in functions. |