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 | 7a1192e719b93711014648d7d753c8a64aa366fe (patch) | |
tree | 81dc51c8cce4ac6d05371e2d1e6af258e0216343 /doc/cli.sh | |
parent | 9947954ef3dfd26a9077f5ed609aa64b6cac6dbc (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. |