Skip to content

Commit

Permalink
[FAB-6376] Prepare fabric for v1.0.4 release
Browse files Browse the repository at this point in the history
Change-Id: Id6f6fc89dfe4ed4017635b05f0f185dab190ee45
Signed-off-by: Gari Singh <gari.r.singh@gmail.com>
  • Loading branch information
mastersingh24 committed Oct 3, 2017
1 parent f947d6d commit 26eb660
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
# - unit-test-clean - cleans unit test state (particularly from docker)

PROJECT_NAME = hyperledger/fabric
BASE_VERSION = 1.0.3
PREV_VERSION = 1.0.2
IS_RELEASE = true
BASE_VERSION = 1.0.4
PREV_VERSION = 1.0.3
IS_RELEASE = false

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

0 comments on commit 26eb660

Please sign in to comment.