Skip to content

Commit

Permalink
[FAB-13556] Prepare fabric for next rel (v1.4.1)
Browse files Browse the repository at this point in the history
Change-Id: Iffef1bff4f3fa2b972c6c54a4b12540bd93255e1
Signed-off-by: David Enyeart <enyeart@us.ibm.com>
  • Loading branch information
denyeart committed Jan 10, 2019
1 parent 8f9c5e5 commit 51b410c
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.0
PREV_VERSION = 1.4.0-rc2
BASE_VERSION = 1.4.1
PREV_VERSION = 1.4.0
CHAINTOOL_RELEASE=1.1.3
BASEIMAGE_RELEASE=0.4.14

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.0"
const Version = "1.4.1"

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.0"
const Version = "1.4.1"

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.0"
const Version = "1.4.1"

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.0"
const Version = "1.4.1"

var CommitSHA string

Expand Down

0 comments on commit 51b410c

Please sign in to comment.