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