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)