diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-10-16 12:15:17 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-10-16 12:15:30 +0200 |
commit | eccb7252d05e3a84db881de1f31efc56e2b1ef24 (patch) | |
tree | f7fca8a66aca99866b44107e52c98a860ca0928c /doc/cli.sh | |
parent | 4b8eca144240faa67f6bfa170da9f71623f7a72c (diff) |
Change version to 0.14.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.14.0-a.0.z +version=0.14.0 trap 'exit 1' ERR set -o errtrace # Trap in functions. |