Skip to content

Commit

Permalink
FAB-10753 prepare for next release
Browse files Browse the repository at this point in the history
Change-Id: I649e0fbe9120f3fb32339dad53a86bafa8e3b267
Signed-off-by: Christopher Ferris <[email protected]>
  • Loading branch information
christo4ferris committed Jun 21, 2018
1 parent f8d7544 commit b00c1cb
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 @@ -29,9 +29,9 @@
# - clean-all - cleans the build area and release packages

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

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

0 comments on commit b00c1cb

Please sign in to comment.