diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-07-28 06:45:33 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-07-28 06:45:33 +0200 |
commit | 61c107ee03c449ae15a80030515b145393150b89 (patch) | |
tree | 18a69b1fbb35c244f10a34ee9708a9a874f05526 /doc/cli.sh | |
parent | 23ecb4e6971bc941ad49405519e25e095ca4c672 (diff) |
Release version 0.15.0v0.15.0
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-a.0.z +version=0.15.0 trap 'exit 1' ERR set -o errtrace # Trap in functions. |