Skip to content

Commit

Permalink
FAB-10751 prepare for next release
Browse files Browse the repository at this point in the history
Change-Id: Ieb5b742c4f465b48823c6afb546edcbda089a628
Signed-off-by: Christopher Ferris <chrisfer@us.ibm.com>
(cherry picked from commit e86f02c)
  • Loading branch information
christo4ferris committed Jun 22, 2018
1 parent d242437 commit 2f8d10a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
# - docker-tag-latest - re-tags the images made by 'make docker' with the :latest tag
# - help-docs - generate the command reference docs

BASE_VERSION = 1.2.0-rc1
PREV_VERSION = 1.1.0
BASE_VERSION = 1.2.0
PREV_VERSION = 1.2.0-rc1
CHAINTOOL_RELEASE=1.1.1
BASEIMAGE_RELEASE=0.4.8

Expand All @@ -56,7 +56,7 @@ PROJECT_NAME = $(PROJECT_NAME)/fabric
else
PROJECT_NAME = hyperledger/fabric
endif
EXPERIMENTAL ?= false
EXPERIMENTAL ?= true

BUILD_DIR ?= .build

Expand Down

0 comments on commit 2f8d10a

Please sign in to comment.