Skip to content

Commit

Permalink
FAB-12385 prepare for 1.3.1 release
Browse files Browse the repository at this point in the history
Change-Id: Ic265cd71a9c0ec9c2e907bab74526a9564fde944
Signed-off-by: Christopher Ferris <chrisfer@us.ibm.com>
  • Loading branch information
christo4ferris committed Oct 10, 2018
1 parent 8b93ae0 commit 4f6586e
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.3.0
PREV_VERSION = 1.3.0-rc1
IS_RELEASE = true
BASE_VERSION = 1.3.1
PREV_VERSION = 1.3.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.0"
var Version = "1.3.1"

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

0 comments on commit 4f6586e

Please sign in to comment.