Skip to content

Commit

Permalink
[FAB-17072] Prepare for next fabric rel v1.4.5
Browse files Browse the repository at this point in the history
Change-Id: I89ab49b01b425259584234c39ef897da50e63ffc
Signed-off-by: David Enyeart <[email protected]>
  • Loading branch information
denyeart committed Nov 14, 2019
1 parent a192322 commit 633cfbf
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
# - docker-tag-stable - re-tags the images made by 'make docker' with the :stable tag
# - help-docs - generate the command reference docs

BASE_VERSION = 1.4.4
PREV_VERSION = 1.4.3
BASE_VERSION = 1.4.5
PREV_VERSION = 1.4.4
CHAINTOOL_RELEASE=1.1.3
BASEIMAGE_RELEASE=0.4.18

Expand Down
2 changes: 1 addition & 1 deletion common/tools/configtxgen/metadata/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
)

// Package version
const Version = "1.4.4"
const Version = "1.4.5"

var CommitSHA string

Expand Down
2 changes: 1 addition & 1 deletion common/tools/configtxlator/metadata/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
// package-scoped variables

// Package version
const Version = "1.4.4"
const Version = "1.4.5"

var CommitSHA string

Expand Down
2 changes: 1 addition & 1 deletion common/tools/cryptogen/metadata/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
// package-scoped variables

// Package version
const Version = "1.4.4"
const Version = "1.4.5"

var CommitSHA string

Expand Down
2 changes: 1 addition & 1 deletion common/tools/idemixgen/metadata/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

// Package version
const Version = "1.4.4"
const Version = "1.4.5"

var CommitSHA string

Expand Down

0 comments on commit 633cfbf

Please sign in to comment.