Skip to content

Commit

Permalink
[FAB-15998] Prepare for next fabric rel (1.4.3)
Browse files Browse the repository at this point in the history
Change-Id: Ida6b225a71936e14b386facf09b8e6df4baeda7f
Signed-off-by: David Enyeart <enyeart@us.ibm.com>
  • Loading branch information
denyeart committed Jul 17, 2019
1 parent c6cc550 commit 469501a
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.2
PREV_VERSION = 1.4.1
BASE_VERSION = 1.4.3
PREV_VERSION = 1.4.2
CHAINTOOL_RELEASE=1.1.3
BASEIMAGE_RELEASE=0.4.15

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.2"
const Version = "1.4.3"

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.2"
const Version = "1.4.3"

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.2"
const Version = "1.4.3"

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.2"
const Version = "1.4.3"

var CommitSHA string

Expand Down

0 comments on commit 469501a

Please sign in to comment.