Skip to content

Commit

Permalink
Prepare for next release v1.5.2
Browse files Browse the repository at this point in the history
Prepare for next release v1.5.2

Signed-off-by: David Enyeart <enyeart@us.ibm.com>
  • Loading branch information
denyeart committed Aug 23, 2021
1 parent f9889d4 commit 7026aee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
PROJECT_NAME = fabric-ca
ALPINE_VER ?= 3.13
DEBIAN_VER ?= stretch
BASE_VERSION = 1.5.1
IS_RELEASE = true
BASE_VERSION = 1.5.2
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.5.1"
var Version = "1.5.2"

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

0 comments on commit 7026aee

Please sign in to comment.