Skip to content

Commit 4745512

Browse files
committed
Prepare for v0.6.2 development
Change-Id: Ib00779035e9c05b7c077de492382dba3f8e73828 Signed-off-by: Gregory Haskins <[email protected]>
1 parent e728c5c commit 4745512

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.1-preview
41-
IS_RELEASE = true
40+
BASE_VERSION = 0.6.2-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)