Skip to content

Commit b0ac621

Browse files
denyeartchristo4ferris
authored andcommitted
[FAB-8959] Default version in bootstrap.sh
Update default version in bootstrap.sh to 1.1.0. Change-Id: I0fad08683d78e2cdd010e67a1a4baf27aa4c8470 Signed-off-by: David Enyeart <enyeart@us.ibm.com> Signed-off-by: Christopher Ferris <chrisfer@us.ibm.com>
1 parent 30806c1 commit b0ac621

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/bootstrap.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
# SPDX-License-Identifier: Apache-2.0
66
#
77

8-
# current version of fabric released
8+
# if version not passed in, default to latest released version
99
export VERSION=${1:-1.1.0}
10-
# current version of fabric-ca released
10+
# if ca version not passed in, default to latest released version
1111
export CA_VERSION=${2:-$VERSION}
1212
# current version of thirdparty images (couchdb, kafka and zookeeper) released
1313
export THIRDPARTY_IMAGE_VERSION=0.4.6

0 commit comments

Comments
 (0)