diff options
-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 |