Skip to content

Commit

Permalink
Prepare for next version Fabric CA v1.5.1
Browse files Browse the repository at this point in the history
Update Makefile and version.

Signed-off-by: David Enyeart <enyeart@us.ibm.com>
  • Loading branch information
denyeart committed Mar 9, 2021
1 parent 6e825cc commit f960dd4
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 @@ -31,8 +31,8 @@
PROJECT_NAME = fabric-ca
ALPINE_VER ?= 3.13
DEBIAN_VER ?= stretch
BASE_VERSION = 1.5.0
IS_RELEASE = true
BASE_VERSION = 1.5.1
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.0"
var Version = "1.5.1"

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

0 comments on commit f960dd4

Please sign in to comment.