Skip to content

Commit f55a214

Browse files
committed
[FAB-6795] Prepare fabric for v1.0.5 development
Change-Id: I47cc5a5f697cf810dc610a187618fe9775d28cda Signed-off-by: Gari Singh <[email protected]>
1 parent c799e3e commit f55a214

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