diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-03-20 17:20:12 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-03-20 17:20:12 +0200 |
commit | 9169256ce1c4ad27f4cbd6748b7c2dc790346ce6 (patch) | |
tree | 009b229d32995fd2ee786ec95db8b5452c959aa3 /doc | |
parent | 763e1a37be3e708f44fca7c9810e76251e5e9c9c (diff) |
Change version to 0.11.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.10.0 +version=0.11.0-a.0.z date="$(date +"%B %Y")" trap 'exit 1' ERR |