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