Skip to content

Commit

Permalink
[FAB-6377] Prepare fabric-ca for v1.0.4 release
Browse files Browse the repository at this point in the history
Change-Id: I668b8329bcf14e55e0fe2679b00b6071c0304101
Signed-off-by: Gari Singh <[email protected]>
  • Loading branch information
mastersingh24 committed Oct 3, 2017
1 parent 07801e5 commit 19280b6
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 @@ -25,9 +25,9 @@
# - clean - cleans the build area

PROJECT_NAME = fabric-ca
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 19280b6

Please sign in to comment.