diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-05-03 17:37:58 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-05-03 17:37:58 +0200 |
commit | 3e338666854a050825ec77a81b9efcc30b5e5e52 (patch) | |
tree | 83f433a05906c7cf0b18ca34bae08433da0875ac /doc/cli.sh | |
parent | 41bf01698089d89757abea880b501776aa9266eb (diff) |
Bump version to 0.5.00.5.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.5.0" -date="January 2017" +version=0.5.0 +date="$(date +"%B %Y")" trap 'exit 1' ERR set -o errtrace # Trap in functions. |