Skip to content

Commit

Permalink
FAB-6825 prepare fabric for next release
Browse files Browse the repository at this point in the history
Prepare fabric for next release

Change-Id: Iade7f66cc26b1117665c2c83db886e13b7656b44
Signed-off-by: Christopher Ferris <chrisfer@us.ibm.com>
  • Loading branch information
christo4ferris committed Nov 1, 2017
1 parent c55ac70 commit a47eb28
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
# - unit-test-clean - cleans unit test state (particularly from docker)

PROJECT_NAME = hyperledger/fabric
BASE_VERSION = 1.1.0-preview
PREV_VERSION = 1.0.0
IS_RELEASE = true
EXPERIMENTAL ?= false
BASE_VERSION = 1.1.0-alpha
PREV_VERSION = 1.0.0-preview
IS_RELEASE = false
EXPERIMENTAL ?= true

ifeq ($(EXPERIMENTAL),true)
GO_TAGS += experimental
Expand Down

0 comments on commit a47eb28

Please sign in to comment.