diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-05-03 17:37:23 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-05-03 17:37:23 +0200 |
commit | 3e3e55b9fc75c4fd3be0f6f06e1301e361615e0d (patch) | |
tree | d0061c6278a8727bc8d07f12172c50a41ab156d0 /doc | |
parent | 511207d1ba8b4e885a8f010564ec5e1de1d9d2d1 (diff) |
Bump version to 0.5.00.5.0
Diffstat (limited to 'doc')
-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. |