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 | 34f22d422a405a8b97ad1991f1cf2209a4bb524b (patch) | |
tree | 85301d5e18124e538c119ab86ee3ef61cb4cf31b | |
parent | b2e7bfcaffc1f056d5cb08019c7e10e163ccaf97 (diff) |
Change version to 0.11.0-a.0.z
-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.10.0 +version=0.11.0-a.0.z date="$(date +"%B %Y")" trap 'exit 1' ERR @@ -1,6 +1,6 @@ : 1 name: buildos -version: 0.10.0 +version: 0.11.0-a.0.z project: build2 summary: build2 Build OS license: TBC ; All rights reserved @@ -12,5 +12,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.9.0 -depends: * bpkg >= 0.9.0 +depends: * build2 >= 0.10.0 +depends: * bpkg >= 0.10.0 |