Skip to content

Commit e50ca0c

Browse files
committed
FAB-5070 Prepare for v1.0.1 release
Change-Id: I1b229f8c9bc6b18e85ef97a99372816f836ff08e Signed-off-by: Gari Singh <[email protected]>
1 parent e4b4704 commit e50ca0c

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.0
40-
PREV_VERSION = 1.0.0-rc1
41-
IS_RELEASE = true
39+
BASE_VERSION = 1.0.1
40+
PREV_VERSION = 1.0.0
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)