diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-05-03 17:38:39 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-05-03 17:38:39 +0200 |
commit | d8511c4c05c1817ee871de67a561c3decb4a0361 (patch) | |
tree | 8e3d8e0b4d3ea1cccce167b7bf19b63d6d3d5031 /doc | |
parent | 9891dbfdc88b94d01144151a8e30116e2ed28a59 (diff) |
Bump version to 0.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. |