Skip to content

Commit a71af56

Browse files
binhnmastersingh24
authored andcommitted
Prepare for post 1.0.0-alpha development
Change-Id: Iaafcb19f99e239342c4074db6b33bcd6410d9243 Signed-off-by: Binh Q. Nguyen <[email protected]> Signed-off-by: Gari Singh <[email protected]>
1 parent fa3d88c commit a71af56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
# - dist-clean - superset of 'clean' that also removes persistent state
3636

3737
PROJECT_NAME = hyperledger/fabric
38-
BASE_VERSION = 1.0.0-alpha
39-
IS_RELEASE = true
38+
BASE_VERSION = 1.0.0
39+
IS_RELEASE = false
4040

4141
ifneq ($(IS_RELEASE),true)
4242
EXTRA_VERSION ?= snapshot-$(shell git rev-parse --short HEAD)

0 commit comments

Comments
 (0)