diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-07-29 10:01:37 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-07-29 10:01:37 +0200 |
commit | fee16e0139803510bb0666aa56990af5849b0589 (patch) | |
tree | bcc97fbc967055e2bb3aff61f5a54c50647f4eea /doc/cli.sh | |
parent | 1f208abadeeee1f611f0a25248fbdfec1db9f7e0 (diff) |
Change version to 0.16.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.15.0 +version=0.16.0-a.0.z trap 'exit 1' ERR set -o errtrace # Trap in functions. |