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 | 9b368f482cfbc44398b2edb2477207d54fb7705f (patch) | |
tree | 4eedff2cdbc6c32683832d13fd058a367650a2b6 /doc/cli.sh | |
parent | 8d2eb68173117cbbe86858d9062f617f467362c9 (diff) |
Bump version to 0.4.0 (final)
Diffstat (limited to 'doc/cli.sh')
-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. |