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 | 18f888e389aaeabdd7828aa584c0b7c9b9fd2dc1 (patch) | |
tree | 9ccbd3434a7e380d5a6f86471ea49a4d027da905 /doc/cli.sh | |
parent | e06c0a160271fda8cb56a4cfda5593ec92508d4f (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. |