Skip to content

Commit 9693060

Browse files
committed
Prepare for alpha3 development
Change-Id: Ib78300ab9f91f1b17ce989f9725abb26c80a7101 Signed-off-by: Gregory Haskins <[email protected]>
1 parent 6b6bfcf commit 9693060

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
@@ -41,9 +41,9 @@
4141
# - unit-test-clean - cleans unit test state (particularly from docker)
4242

4343
PROJECT_NAME = hyperledger/fabric
44-
BASE_VERSION = 1.0.0-alpha2
45-
PREV_VERSION = 1.0.0-alpha
46-
IS_RELEASE = true
44+
BASE_VERSION = 1.0.0-alpha3
45+
PREV_VERSION = 1.0.0-alpha2
46+
IS_RELEASE = false
4747

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

0 commit comments

Comments
 (0)