Skip to content

Commit f28d3d6

Browse files
committed
Prepare for v0.6.1 development
Change-Id: I6ea4e0ecfbd5961aaaad1f9384b3959cf56ad412 Signed-off-by: Gregory Haskins <[email protected]>
1 parent d9fb219 commit f28d3d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
# - dist-clean - superset of 'clean' that also removes persistent state
3838

3939
PROJECT_NAME = hyperledger/fabric
40-
BASE_VERSION = 0.6.0-preview
41-
IS_RELEASE = true
40+
BASE_VERSION = 0.6.1-preview
41+
IS_RELEASE = false
4242

4343
ifneq ($(IS_RELEASE),true)
4444
EXTRA_VERSION ?= snapshot-$(shell git rev-parse --short HEAD)

0 commit comments

Comments
 (0)