Skip to content

Commit

Permalink
FAB-5653 Prepare fabric-ca for v1.0.2 release
Browse files Browse the repository at this point in the history
- base version = 1.0.2
- prev version = 1.0.1
- is_realse = false

Change-Id: Ic911e38759e2a470f25795278aee444834a51fcf
Signed-off-by: Gari Singh <gari.r.singh@gmail.com>
  • Loading branch information
mastersingh24 committed Aug 7, 2017
1 parent 0262ccb commit 00700da
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.1
PREV_VERSION = 1.0.0
IS_RELEASE = true
BASE_VERSION = 1.0.2
PREV_VERSION = 1.0.1
IS_RELEASE = false

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

0 comments on commit 00700da

Please sign in to comment.