Skip to content

Commit

Permalink
Merge "FAB-6825 prepare fabric for next release"
Browse files Browse the repository at this point in the history
  • Loading branch information
kchristidis authored and Gerrit Code Review committed Nov 1, 2017
2 parents 132dadd + a47eb28 commit 75709bc
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 75709bc

Please sign in to comment.