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:04:33 +0200 |
commit | 5ae1fe4cfc96233d5acf013e0c3a6ac2c4a6b2c5 (patch) | |
tree | 11bc6d592e84a124799f872b59fd11f79c8fc69d /doc | |
parent | c8b22bd6379a51bb73f533b84d3049845d828ae9 (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. |