Skip to content

Commit 1038278

Browse files
FAB-4383 prepare for 1.0.0-rc1 development
Change-Id: I484b95eff1b456c0cf561879e087322120ad02f2 Signed-off-by: Christopher Ferris <[email protected]>
1 parent 85ef083 commit 1038278

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
@@ -34,9 +34,9 @@
3434
# - unit-test-clean - cleans unit test state (particularly from docker)
3535

3636
PROJECT_NAME = hyperledger/fabric
37-
BASE_VERSION = 1.0.0-beta
38-
PREV_VERSION = 1.0.0-alpha2
39-
IS_RELEASE = true
37+
BASE_VERSION = 1.0.0-rc1
38+
PREV_VERSION = 1.0.0-beta
39+
IS_RELEASE = false
4040

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

0 commit comments

Comments
 (0)