diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-18 14:57:35 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-18 14:57:35 +0200 |
commit | 08b9edcdb2b2f961f66affa3fca4aee3d4a39169 (patch) | |
tree | f0e737e86dd4747970bc4c16c5989b8394313183 /doc | |
parent | 5767ef43788afa19b2c8bf4664fb32f6a977becb (diff) |
Release version 0.13.0v0.13.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.13.0-a.0.z +version=0.13.0 trap 'exit 1' ERR set -o errtrace # Trap in functions. |