Skip to content

Commit

Permalink
Prepare for v0.6.1 development
Browse files Browse the repository at this point in the history
Change-Id: I6ea4e0ecfbd5961aaaad1f9384b3959cf56ad412
Signed-off-by: Gregory Haskins <gregory.haskins@gmail.com>
  • Loading branch information
ghaskins committed Sep 15, 2016
1 parent d9fb219 commit f28d3d6
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.0-preview
IS_RELEASE = true
BASE_VERSION = 0.6.1-preview
IS_RELEASE = false

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

0 comments on commit f28d3d6

Please sign in to comment.