From fa3d88cde177750804c7175ae000e0923199735c Mon Sep 17 00:00:00 2001 From: "Binh Q. Nguyen" Date: Wed, 15 Mar 2017 15:19:41 -0400 Subject: [PATCH] Release 1.0.0-alpha Change-Id: I1c4498989f3bce6194dbe66cd166518469a5c0c7 Signed-off-by: Binh Q. Nguyen --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)