Skip to content

Commit

Permalink
FAB-8886 prepare fabric-ca for next release
Browse files Browse the repository at this point in the history
Change-Id: I456468d775a5de090f20798e485190d868f8e4a1
Signed-off-by: Christopher Ferris <chrisfer@us.ibm.com>
  • Loading branch information
christo4ferris committed Mar 15, 2018
1 parent f69f53b commit d536f5a
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 @@ -38,9 +38,9 @@
# - clean-all - cleans the build area and release packages

PROJECT_NAME = fabric-ca
BASE_VERSION = 1.1.0
PREV_VERSION = 1.1.0-rc1
IS_RELEASE = true
BASE_VERSION = 1.1.1
PREV_VERSION = 1.1.0
IS_RELEASE = false

ARCH=$(shell uname -m)
MARCH=$(shell go env GOOS)-$(shell go env GOARCH)
Expand Down

0 comments on commit d536f5a

Please sign in to comment.