Skip to content

Commit

Permalink
[FAB-8360] Prepare fabric for v1.0.7 release
Browse files Browse the repository at this point in the history
Change-Id: I7da602e5336da1f2e926b6bbacd7b553868cd68e
Signed-off-by: Gari Singh <[email protected]>
  • Loading branch information
mastersingh24 committed Feb 18, 2018
1 parent 70f3f21 commit ac3fabd
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.6
PREV_VERSION = 1.0.5
IS_RELEASE = true
BASE_VERSION = 1.0.7
PREV_VERSION = 1.0.6
IS_RELEASE = false

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

0 comments on commit ac3fabd

Please sign in to comment.