diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-07-29 10:01:37 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-07-29 10:01:37 +0200 |
commit | 2996b7b3f8c59d03b489532e039dcf2c755b93f8 (patch) | |
tree | 68de47b4754be6ba4ce348e49c6af18c58dfafe5 /doc | |
parent | 924f5378b039f965447850aa983eaea0a1853634 (diff) |
Change version to 0.16.0-a.0.z
Diffstat (limited to 'doc')
-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. |