Skip to content

Commit fa3d88c

Browse files
committed
Release 1.0.0-alpha
Change-Id: I1c4498989f3bce6194dbe66cd166518469a5c0c7 Signed-off-by: Binh Q. Nguyen <[email protected]>
1 parent 14055d7 commit fa3d88c

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 = 0.7.0
39-
IS_RELEASE = false
38+
BASE_VERSION = 1.0.0-alpha
39+
IS_RELEASE = true
4040

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

0 commit comments

Comments
 (0)