Skip to content

Commit

Permalink
FAB-5070 Prepare for v1.0.1 release
Browse files Browse the repository at this point in the history
Change-Id: I1b229f8c9bc6b18e85ef97a99372816f836ff08e
Signed-off-by: Gari Singh <gari.r.singh@gmail.com>
  • Loading branch information
mastersingh24 committed Jul 11, 2017
1 parent e4b4704 commit e50ca0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
# - unit-test-clean - cleans unit test state (particularly from docker)

PROJECT_NAME = hyperledger/fabric
BASE_VERSION = 1.0.0
PREV_VERSION = 1.0.0-rc1
IS_RELEASE = true
BASE_VERSION = 1.0.1
PREV_VERSION = 1.0.0
IS_RELEASE = false

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

0 comments on commit e50ca0c

Please sign in to comment.