diff options
-rwxr-xr-x | doc/cli.sh | 2 | ||||
-rw-r--r-- | manifest | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ #! /usr/bin/env bash -version=0.6.1 +version=0.6.2 date="$(date +"%B %Y")" trap 'exit 1' ERR @@ -2,6 +2,6 @@ # Note: not a real package, just for the version module. # -version: 0.6.1 +version: 0.6.2 depends: * build2 >= 0.6.0- depends: * bpkg >= 0.6.0- |