Skip to content

Commit

Permalink
FAB-7785 prepare fabric for next release
Browse files Browse the repository at this point in the history
Change-Id: I7a5b98c4e6da2b2e83165dfe0a78bd9bd7d3db8a
Signed-off-by: Christopher Ferris <[email protected]>
  • Loading branch information
christo4ferris committed Jan 26, 2018
1 parent 0f38dbc commit dce2377
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 @@ -40,8 +40,8 @@
# use in the local machine.
# - docker-thirdparty - pulls thirdparty images (kafka,zookeeper,couchdb)

BASE_VERSION = 1.1.0-alpha
PREV_VERSION = 1.1.0-preview
BASE_VERSION = 1.1.0-beta
PREV_VERSION = 1.1.0-alpha
# Allow to build as a submodule setting the main project to
# the PROJECT_NAME env variable, for example,
# export PROJECT_NAME=hyperledger/fabric-test
Expand All @@ -50,8 +50,8 @@ PROJECT_NAME = $(PROJECT_NAME)/fabric
else
PROJECT_NAME = hyperledger/fabric
endif
IS_RELEASE = true
EXPERIMENTAL ?= false
IS_RELEASE = false
EXPERIMENTAL ?= true

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

0 comments on commit dce2377

Please sign in to comment.