We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4b4704 commit e50ca0cCopy full SHA for e50ca0c
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.0
40
-PREV_VERSION = 1.0.0-rc1
41
-IS_RELEASE = true
+BASE_VERSION = 1.0.1
+PREV_VERSION = 1.0.0
+IS_RELEASE = false
42
43
ifneq ($(IS_RELEASE),true)
44
EXTRA_VERSION ?= snapshot-$(shell git rev-parse --short HEAD)
0 commit comments