Skip to content

Commit d30b129

Browse files
committed
FAB-5993 Prepare fabric for v1.0.3 release
Change-Id: I6f161265457ba48111c4d8c39f67a08e749759bc Signed-off-by: Gari Singh <[email protected]>
1 parent 5fb31dd commit d30b129

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.2
40-
PREV_VERSION = 1.0.1
41-
IS_RELEASE = true
39+
BASE_VERSION = 1.0.3
40+
PREV_VERSION = 1.0.2
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)