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