Skip to content

Commit

Permalink
Release 1.0.0-alpha
Browse files Browse the repository at this point in the history
Change-Id: I1c4498989f3bce6194dbe66cd166518469a5c0c7
Signed-off-by: Binh Q. Nguyen <binhn@us.ibm.com>
  • Loading branch information
binhn committed Mar 15, 2017
1 parent 14055d7 commit fa3d88c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
# - dist-clean - superset of 'clean' that also removes persistent state

PROJECT_NAME = hyperledger/fabric
BASE_VERSION = 0.7.0
IS_RELEASE = false
BASE_VERSION = 1.0.0-alpha
IS_RELEASE = true

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

0 comments on commit fa3d88c

Please sign in to comment.