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 | 7fa45e22d7f2f47607bbad203a4c48d3b3021724 (patch) | |
tree | 297094115a3c1f4f8ccdaa119bc38df64846b6d6 /doc | |
parent | 0d3a8451c3ba12249af9abf2cf29c133d7ad82f8 (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. |