We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85ef083 commit 1038278Copy full SHA for 1038278
Makefile
@@ -34,9 +34,9 @@
34
# - unit-test-clean - cleans unit test state (particularly from docker)
35
36
PROJECT_NAME = hyperledger/fabric
37
-BASE_VERSION = 1.0.0-beta
38
-PREV_VERSION = 1.0.0-alpha2
39
-IS_RELEASE = true
+BASE_VERSION = 1.0.0-rc1
+PREV_VERSION = 1.0.0-beta
+IS_RELEASE = false
40
41
ifneq ($(IS_RELEASE),true)
42
EXTRA_VERSION ?= snapshot-$(shell git rev-parse --short HEAD)
0 commit comments