diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-24 15:15:37 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-24 15:15:37 +0200 |
commit | e21c946a2a6ed377656734d3c83b9b576b70fbcc (patch) | |
tree | 6865772eadb4132b4c396f36dacd3aa644340903 | |
parent | cd5dc66f48d8711eb3bcc94dd3c618d7ab4ea132 (diff) |
Bump version to 0.6.10.6.1
-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.0 +version=0.6.1 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.0 +version: 0.6.1 depends: * build2 >= 0.6.0- depends: * bpkg >= 0.6.0- |