We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e728c5c commit 4745512Copy full SHA for 4745512
Makefile
@@ -37,8 +37,8 @@
37
# - dist-clean - superset of 'clean' that also removes persistent state
38
39
PROJECT_NAME = hyperledger/fabric
40
-BASE_VERSION = 0.6.1-preview
41
-IS_RELEASE = true
+BASE_VERSION = 0.6.2-preview
+IS_RELEASE = false
42
43
ifneq ($(IS_RELEASE),true)
44
EXTRA_VERSION ?= snapshot-$(shell git rev-parse --short HEAD)
0 commit comments