We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f38dbc commit dce2377Copy full SHA for dce2377
Makefile
@@ -40,8 +40,8 @@
40
# use in the local machine.
41
# - docker-thirdparty - pulls thirdparty images (kafka,zookeeper,couchdb)
42
43
-BASE_VERSION = 1.1.0-alpha
44
-PREV_VERSION = 1.1.0-preview
+BASE_VERSION = 1.1.0-beta
+PREV_VERSION = 1.1.0-alpha
45
# Allow to build as a submodule setting the main project to
46
# the PROJECT_NAME env variable, for example,
47
# export PROJECT_NAME=hyperledger/fabric-test
@@ -50,8 +50,8 @@ PROJECT_NAME = $(PROJECT_NAME)/fabric
50
else
51
PROJECT_NAME = hyperledger/fabric
52
endif
53
-IS_RELEASE = true
54
-EXPERIMENTAL ?= false
+IS_RELEASE = false
+EXPERIMENTAL ?= true
55
56
ifeq ($(EXPERIMENTAL),true)
57
GO_TAGS += experimental
0 commit comments