diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-06-17 14:25:53 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2024-06-17 14:26:27 +0200 |
commit | bf025b49e7620f8d3b3cf73f4620c0b2f8bcf2be (patch) | |
tree | cf2ed540caa1508c9e3394985d1749a791ba6bad | |
parent | 15c833d0a4c99971050cba6d4be10e90220ca781 (diff) |
Change version to 0.17.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.17.0-a.0.z +version=0.17.0 trap 'exit 1' ERR set -o errtrace # Trap in functions. @@ -2,6 +2,6 @@ # Note: not a real package, just for the version module. # -version: 0.17.0-a.0.z -depends: * build2 >= 0.16.0- -depends: * bpkg >= 0.16.0- +version: 0.17.0 +depends: * build2 >= 0.16.0 +depends: * bpkg >= 0.16.0 |