diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-09 10:17:15 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-09 10:17:15 +0200 |
commit | 69620bdfde83f3515101cd78954ab54dbdbb7554 (patch) | |
tree | 9ae3eefb848dff3773ba80e0d5c57f8c5431e4fa | |
parent | 4a0a7c0c3ef8a96e6e13e2518e90a197dca7fc6f (diff) |
Bump version to 0.7.0-a.0.z, master is open for business
-rwxr-xr-x | doc/cli.sh | 4 | ||||
-rw-r--r-- | manifest | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ #! /usr/bin/env bash -version=0.6.0 -date="January 2017" +version=0.7.0-a.0.z +date="$(date +"%B %Y")" trap 'exit 1' ERR set -o errtrace # Trap in functions. @@ -1,6 +1,6 @@ : 1 name: buildos -version: 0.6.0 +version: 0.7.0-a.0.z summary: build2 build OS license: TBC ; All rights reserved tags: build2, build, OS, ci, continuous, integration, testing |