Skip to content

Commit dce2377

Browse files
FAB-7785 prepare fabric for next release
Change-Id: I7a5b98c4e6da2b2e83165dfe0a78bd9bd7d3db8a Signed-off-by: Christopher Ferris <chrisfer@us.ibm.com>
1 parent 0f38dbc commit dce2377

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
# use in the local machine.
4141
# - docker-thirdparty - pulls thirdparty images (kafka,zookeeper,couchdb)
4242

43-
BASE_VERSION = 1.1.0-alpha
44-
PREV_VERSION = 1.1.0-preview
43+
BASE_VERSION = 1.1.0-beta
44+
PREV_VERSION = 1.1.0-alpha
4545
# Allow to build as a submodule setting the main project to
4646
# the PROJECT_NAME env variable, for example,
4747
# export PROJECT_NAME=hyperledger/fabric-test
@@ -50,8 +50,8 @@ PROJECT_NAME = $(PROJECT_NAME)/fabric
5050
else
5151
PROJECT_NAME = hyperledger/fabric
5252
endif
53-
IS_RELEASE = true
54-
EXPERIMENTAL ?= false
53+
IS_RELEASE = false
54+
EXPERIMENTAL ?= true
5555

5656
ifeq ($(EXPERIMENTAL),true)
5757
GO_TAGS += experimental

0 commit comments

Comments
 (0)