diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-05 10:35:08 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-05 10:35:08 +0200 |
commit | 2f3668dacaa45628052224172ca16cd42cd5ee7f (patch) | |
tree | 8c562517866b7ee18a881abf7ab323a714f63e52 /doc | |
parent | 713da758acb2c333ef768d3a80b2aa6db375a2e4 (diff) |
Bump version to 0.4.0 (final)
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/cli.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #! /usr/bin/env bash version="0.4.0" -date="April 2016" +date="September 2016" trap 'exit 1' ERR set -o errtrace # Trap in functions. |