We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b6bfcf commit 9693060Copy full SHA for 9693060
Makefile
@@ -41,9 +41,9 @@
41
# - unit-test-clean - cleans unit test state (particularly from docker)
42
43
PROJECT_NAME = hyperledger/fabric
44
-BASE_VERSION = 1.0.0-alpha2
45
-PREV_VERSION = 1.0.0-alpha
46
-IS_RELEASE = true
+BASE_VERSION = 1.0.0-alpha3
+PREV_VERSION = 1.0.0-alpha2
+IS_RELEASE = false
47
48
ifneq ($(IS_RELEASE),true)
49
EXTRA_VERSION ?= snapshot-$(shell git rev-parse --short HEAD)
0 commit comments