We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa3d88c commit a71af56Copy full SHA for a71af56
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 = 1.0.0-alpha
39
-IS_RELEASE = true
+BASE_VERSION = 1.0.0
+IS_RELEASE = false
40
41
ifneq ($(IS_RELEASE),true)
42
EXTRA_VERSION ?= snapshot-$(shell git rev-parse --short HEAD)
0 commit comments