Skip to content

Commit a47eb28

Browse files
FAB-6825 prepare fabric for next release
Prepare fabric for next release Change-Id: Iade7f66cc26b1117665c2c83db886e13b7656b44 Signed-off-by: Christopher Ferris <chrisfer@us.ibm.com>
1 parent c55ac70 commit a47eb28

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
@@ -36,10 +36,10 @@
3636
# - unit-test-clean - cleans unit test state (particularly from docker)
3737

3838
PROJECT_NAME = hyperledger/fabric
39-
BASE_VERSION = 1.1.0-preview
40-
PREV_VERSION = 1.0.0
41-
IS_RELEASE = true
42-
EXPERIMENTAL ?= false
39+
BASE_VERSION = 1.1.0-alpha
40+
PREV_VERSION = 1.0.0-preview
41+
IS_RELEASE = false
42+
EXPERIMENTAL ?= true
4343

4444
ifeq ($(EXPERIMENTAL),true)
4545
GO_TAGS += experimental

0 commit comments

Comments
 (0)