From f28d3d6ae6953dd17c671b02937e426f28eb4a01 Mon Sep 17 00:00:00 2001 From: Gregory Haskins Date: Thu, 15 Sep 2016 12:57:15 -0400 Subject: [PATCH] Prepare for v0.6.1 development Change-Id: I6ea4e0ecfbd5961aaaad1f9384b3959cf56ad412 Signed-off-by: Gregory Haskins --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2d2c3985e8c..c87394eb171 100644 --- a/Makefile +++ b/Makefile @@ -37,8 +37,8 @@ # - dist-clean - superset of 'clean' that also removes persistent state PROJECT_NAME = hyperledger/fabric -BASE_VERSION = 0.6.0-preview -IS_RELEASE = true +BASE_VERSION = 0.6.1-preview +IS_RELEASE = false ifneq ($(IS_RELEASE),true) EXTRA_VERSION ?= snapshot-$(shell git rev-parse --short HEAD)