diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-01-05 16:01:24 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-01-05 16:01:24 +0200 |
commit | 3d72ecfc0286cb74c41ce02ff99191b6ee9384f6 (patch) | |
tree | 6ad273a2a547275bb0a5655cc94ff7d5d753706c /doc/cli.sh | |
parent | dfce9f267b73ea9f36ac21bac44628250f61089b (diff) |
Update copyright year
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.4.0" -date="September 2016" +version="0.5.0" +date="January 2017" trap 'exit 1' ERR set -o errtrace # Trap in functions. |