Skip to content

Commit

Permalink
FAB-5652 Prepare fabric for 1.0.2 release
Browse files Browse the repository at this point in the history
- base version = 1.0.2
- prev version = 1.0.1
- is_release = false

Change-Id: Ibce2a81193b09015eef896391b0e8166d40e7102
Signed-off-by: Gari Singh <gari.r.singh@gmail.com>
  • Loading branch information
mastersingh24 committed Aug 7, 2017
1 parent e43b68f commit ae4e37d
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.1
PREV_VERSION = 1.0.0
IS_RELEASE = true
BASE_VERSION = 1.0.2
PREV_VERSION = 1.0.1
IS_RELEASE = false

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

0 comments on commit ae4e37d

Please sign in to comment.