diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-07-29 10:01:38 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-07-29 10:01:38 +0200 |
commit | 7bdbe20b4f3832100d1b29b3ada86a273e8f420e (patch) | |
tree | ebe0bc8e19935c530d50ea4903ae2be72bd54582 /doc/cli.sh | |
parent | 61c107ee03c449ae15a80030515b145393150b89 (diff) |
Change version to 0.16.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.15.0 +version=0.16.0-a.0.z trap 'exit 1' ERR set -o errtrace # Trap in functions. |