Skip to content

Commit

Permalink
Merge "Prepare release-1.2 branch for 1.2.1 development" into release…
Browse files Browse the repository at this point in the history
…-1.2
  • Loading branch information
christo4ferris authored and Gerrit Code Review committed Jul 3, 2018
2 parents df58083 + 2c97914 commit 3bcdbb2
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
PREV_VERSION = 1.2.0-rc1
IS_RELEASE = true
BASE_VERSION = 1.2.1
PREV_VERSION = 1.2.0
IS_RELEASE = false

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

0 comments on commit 3bcdbb2

Please sign in to comment.