diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-06-19 12:23:03 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2024-06-19 12:23:03 +0200 |
commit | cc5f6488493633b39dbb181eaa46e15dd297fccb (patch) | |
tree | 1c374243df6215b850a279ef9e59b0fa84abd2ef /doc | |
parent | 9c066b2e1ec56d00c013b4b658a5e2ae0f89de22 (diff) |
Change version to 0.18.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.17.0 +version=0.18.0-a.0.z trap 'exit 1' ERR set -o errtrace # Trap in functions. |