diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-07-05 10:19:18 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-07-05 10:19:18 +0200 |
commit | 2c45274be4be9000c4de6ca5b1b9f0b32d7439cd (patch) | |
tree | cb915f24c9dec851790c48b2c48b6c0a29d0a0af /doc/cli.sh | |
parent | 72a1b4102747748a090263941f66bc7cd59f01da (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. |