diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-07-28 06:45:32 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-07-28 06:45:32 +0200 |
commit | 1f208abadeeee1f611f0a25248fbdfec1db9f7e0 (patch) | |
tree | 9d64c3668165a37336bfad9f0a2bb9a3c480dd73 /doc | |
parent | 7749af635a20151f337661fe2cf04216604cd4e7 (diff) |
Release version 0.15.0v0.15.0
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.15.0-a.0.z +version=0.15.0 trap 'exit 1' ERR set -o errtrace # Trap in functions. |