diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-06-11 12:12:02 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-06-11 12:13:56 +0200 |
commit | 3b2a5863e5036154916dd79b78bb86f0dc3c820c (patch) | |
tree | ed7952ed9ac25a6a04df43554e23d44bab5caabf /doc | |
parent | ac6f716db983bfad63d07379d98ef9bb3ea91edc (diff) |
Change version to 0.12.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.11.0 +version=0.12.0-a.0.z date="$(date +"%B %Y")" trap 'exit 1' ERR |