Skip to content

Commit

Permalink
Prepare for v0.6.2 development
Browse files Browse the repository at this point in the history
Change-Id: Ib00779035e9c05b7c077de492382dba3f8e73828
Signed-off-by: Gregory Haskins <gregory.haskins@gmail.com>
  • Loading branch information
ghaskins committed Oct 16, 2016
1 parent e728c5c commit 4745512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
# - dist-clean - superset of 'clean' that also removes persistent state

PROJECT_NAME = hyperledger/fabric
BASE_VERSION = 0.6.1-preview
IS_RELEASE = true
BASE_VERSION = 0.6.2-preview
IS_RELEASE = false

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

0 comments on commit 4745512

Please sign in to comment.