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