diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-02-21 16:35:45 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-02-21 16:35:45 +0200 |
commit | 7739553eb0b7cc0733698d1e7c9c4f23f3dca17c (patch) | |
tree | f648001c00cee1af1a0064f5d5e6e84cd82de8bf /doc | |
parent | ad3881e2074a7af5a902ee577931794fe1d4faeb (diff) |
Change version to 0.10.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.9.0 +version=0.10.0-a.0.z date="$(date +"%B %Y")" trap 'exit 1' ERR |