diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-10-16 12:15:17 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-10-16 12:15:17 +0200 |
commit | 0d7279872dbfa724a7f0515916e1dd94cd64db6e (patch) | |
tree | 3a3d000b8d9cfc0efc546653a2ea6edf28b9de9b | |
parent | c94aa357fdc9bac123ba92131874e695d0f604c0 (diff) |
Release version 0.14.0v0.14.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.14.0-a.0.z +version=0.14.0 trap 'exit 1' ERR set -o errtrace # Trap in functions. @@ -1,6 +1,6 @@ : 1 name: buildos -version: 0.14.0-a.0.z +version: 0.14.0 project: build2 summary: build2 Build OS license: other: TODO ; License is not yet decided, currently all rights reserved. @@ -17,5 +17,5 @@ src-url: https://git.build2.org/cgit/buildos/tree/ email: users@build2.org build-warning-email: builds@build2.org -depends: * build2 >= 0.13.0 -depends: * bpkg >= 0.13.0 +depends: * build2 >= 0.14.0- +depends: * bpkg >= 0.14.0- |