Skip to content

Commit

Permalink
[FAB-13116] Prepare for next release (2.0.0 on master)
Browse files Browse the repository at this point in the history
Change-Id: I8b48b98ea68252f8072eb0b7b9bbf10ba9008d40
Signed-off-by: David Enyeart <[email protected]>
  • Loading branch information
denyeart committed Dec 11, 2018
1 parent ef74d7e commit 7a317af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.4.0-rc1
PREV_VERSION = 1.3.0
IS_RELEASE = true
BASE_VERSION = 2.0.0
PREV_VERSION = 1.4.0
IS_RELEASE = false

ARCH=$(shell go env GOARCH)
MARCH=$(shell go env GOOS)-$(shell go env GOARCH)
Expand Down
2 changes: 1 addition & 1 deletion lib/metadata/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const (

// Version specifies fabric-ca-client/fabric-ca-server version
// It is defined by the Makefile and passed in with ldflags
var Version = "1.3.1"
var Version = "2.0.0"

// GetVersionInfo returns version information for the fabric-ca-client/fabric-ca-server
func GetVersionInfo(prgName string) string {
Expand Down

0 comments on commit 7a317af

Please sign in to comment.