From ac3fabd1ad91eb1e880fdd6984f4e29ac80a455c Mon Sep 17 00:00:00 2001 From: Gari Singh Date: Sun, 18 Feb 2018 11:28:07 -0500 Subject: [PATCH] [FAB-8360] Prepare fabric for v1.0.7 release Change-Id: I7da602e5336da1f2e926b6bbacd7b553868cd68e Signed-off-by: Gari Singh --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 362916fdb03..a768cf25bcd 100755 --- a/Makefile +++ b/Makefile @@ -36,9 +36,9 @@ # - unit-test-clean - cleans unit test state (particularly from docker) PROJECT_NAME = hyperledger/fabric -BASE_VERSION = 1.0.6 -PREV_VERSION = 1.0.5 -IS_RELEASE = true +BASE_VERSION = 1.0.7 +PREV_VERSION = 1.0.6 +IS_RELEASE = false ifneq ($(IS_RELEASE),true) EXTRA_VERSION ?= snapshot-$(shell git rev-parse --short HEAD)