Skip to content

Commit 1bff94d

Browse files
committed
update version numbers
1 parent 210c9c8 commit 1bff94d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ fi
4949
##
5050
if ! which bpkg ; then
5151
echo "+ bpkg does not appear to be installed. Installing build2:"
52-
BUILD2_VERSION="0.15.0"
52+
BUILD2_VERSION="0.16.0"
5353
curl -sSfO https://download.build2.org/$BUILD2_VERSION/build2-install-$BUILD2_VERSION.sh
5454
chmod +x build2-install-$BUILD2_VERSION.sh
5555
sh build2-install-$BUILD2_VERSION.sh

manifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
: 1
22
name: crails-deploy
3-
version: 1.0.0
3+
version: 2.0.0
44
summary: crails deployment command for the crails framework
55
license: BSD-C3
66
description-file: README.md

0 commit comments

Comments
 (0)