We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e43b68f commit ae4e37dCopy full SHA for ae4e37d
Makefile
@@ -36,9 +36,9 @@
36
# - unit-test-clean - cleans unit test state (particularly from docker)
37
38
PROJECT_NAME = hyperledger/fabric
39
-BASE_VERSION = 1.0.1
40
-PREV_VERSION = 1.0.0
41
-IS_RELEASE = true
+BASE_VERSION = 1.0.2
+PREV_VERSION = 1.0.1
+IS_RELEASE = false
42
43
ifneq ($(IS_RELEASE),true)
44
EXTRA_VERSION ?= snapshot-$(shell git rev-parse --short HEAD)
0 commit comments