diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-07-29 10:01:40 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-07-29 10:01:40 +0200 |
commit | e322fd15d58e19e13c45fc279a4e9db544b333e6 (patch) | |
tree | e23e5be500e267c93a73894b27ebe857ba83ece3 /doc/cli.sh | |
parent | da63f7ae473359919d854e5deeb0280db7ad7cbd (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. |