Skip to content

Commit 26eb660

Browse files
committed
[FAB-6376] Prepare fabric for v1.0.4 release
Change-Id: Id6f6fc89dfe4ed4017635b05f0f185dab190ee45 Signed-off-by: Gari Singh <[email protected]>
1 parent f947d6d commit 26eb660

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