diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-07-05 10:19:17 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-07-05 10:19:17 +0200 |
commit | b125c5f1ca398d4c912ecfba3bf451bfa63b6293 (patch) | |
tree | 54a5c81d814870a21e5577c9b74789777bedd973 /doc/cli.sh | |
parent | e7777b2de6b853b81ac60af3eb3e347ca1f2d96a (diff) |
Change version to 0.17.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.16.0 +version=0.17.0-a.0.z trap 'exit 1' ERR set -o errtrace # Trap in functions. |