Skip to content

Commit ae4e37d

Browse files
committed
FAB-5652 Prepare fabric for 1.0.2 release
- base version = 1.0.2 - prev version = 1.0.1 - is_release = false Change-Id: Ibce2a81193b09015eef896391b0e8166d40e7102 Signed-off-by: Gari Singh <[email protected]>
1 parent e43b68f commit ae4e37d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
# - unit-test-clean - cleans unit test state (particularly from docker)
3737

3838
PROJECT_NAME = hyperledger/fabric
39-
BASE_VERSION = 1.0.1
40-
PREV_VERSION = 1.0.0
41-
IS_RELEASE = true
39+
BASE_VERSION = 1.0.2
40+
PREV_VERSION = 1.0.1
41+
IS_RELEASE = false
4242

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

0 commit comments

Comments
 (0)