We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14055d7 commit fa3d88cCopy full SHA for fa3d88c
Makefile
@@ -35,8 +35,8 @@
35
# - dist-clean - superset of 'clean' that also removes persistent state
36
37
PROJECT_NAME = hyperledger/fabric
38
-BASE_VERSION = 0.7.0
39
-IS_RELEASE = false
+BASE_VERSION = 1.0.0-alpha
+IS_RELEASE = true
40
41
ifneq ($(IS_RELEASE),true)
42
EXTRA_VERSION ?= snapshot-$(shell git rev-parse --short HEAD)
0 commit comments