diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-09 10:14:05 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-09 10:14:05 +0200 |
commit | 4a0a7c0c3ef8a96e6e13e2518e90a197dca7fc6f (patch) | |
tree | 99056f0c693a65cf1faf075619a9b1ced80c4980 | |
parent | 90a5772d2466e6443b6fa632b3cb979e4346d22a (diff) |
Bump version to 0.6.00.6.0
-rwxr-xr-x | doc/cli.sh | 2 | ||||
-rw-r--r-- | manifest | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ #! /usr/bin/env bash -version="0.5.0" +version=0.6.0 date="January 2017" trap 'exit 1' ERR @@ -1,6 +1,6 @@ : 1 name: buildos -version: 0.6.0-a.0.z +version: 0.6.0 summary: build2 build OS license: TBC ; All rights reserved tags: build2, build, OS, ci, continuous, integration, testing @@ -11,5 +11,5 @@ doc-url: https://build2.org/doc.xhtml src-url: https://git.build2.org/cgit/buildos/tree/ email: users@build2.org build-email: builds@build2.org -depends: * build2 >= 0.5.0- -depends: * bpkg >= 0.5.0- +depends: * build2 >= 0.6.0- +depends: * bpkg >= 0.6.0- |