diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-10-20 09:13:15 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-10-20 09:13:15 +0200 |
commit | ae93f783189aa5d10fa4399fffcdc8eee3897c04 (patch) | |
tree | 6796722813b9f0c8de4b2b046cbe52ad9668d927 /doc/cli.sh | |
parent | b639d809024553f2e8802fc8de09bd7e936f3fae (diff) |
Change to version 0.15.0-a.0.z
Diffstat (limited to 'doc/cli.sh')
-rwxr-xr-x | doc/cli.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #! /usr/bin/env bash -version=0.14.0 +version=0.15.0-a.0.z trap 'exit 1' ERR set -o errtrace # Trap in functions. |