diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-11-21 06:40:21 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-11-21 06:44:00 +0200 |
commit | 141c8b574b659f5d01387dd66ce9f9c5a7a5c3fe (patch) | |
tree | 63f552b1f8dc5c908a12dbe60e33c6d25d30b961 /doc | |
parent | 13d96877a700c4bbadf7c17a7faacfb7f5c36cf9 (diff) |
Change version to 0.13.0-a.0.z
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.12.0 +version=0.13.0-a.0.z date="$(date +"%B %Y")" trap 'exit 1' ERR |