diff --git a/Makefile b/Makefile index 93f55b33ac0..57bdcc5d25f 100644 --- a/Makefile +++ b/Makefile @@ -35,8 +35,8 @@ # - dist-clean - superset of 'clean' that also removes persistent state PROJECT_NAME = hyperledger/fabric -BASE_VERSION = 0.7.0 -IS_RELEASE = false +BASE_VERSION = 1.0.0-alpha +IS_RELEASE = true ifneq ($(IS_RELEASE),true) EXTRA_VERSION ?= snapshot-$(shell git rev-parse --short HEAD)