Skip to content

Commit

Permalink
FAB-16413 Prepare for next fabric rel (1.4.4)
Browse files Browse the repository at this point in the history
Signed-off-by: vijaypunugubati <vijaypunugubati@gmail.com>
Change-Id: If67cecf652e97ce9c67337308fd9d54903a7a8af
  • Loading branch information
Vijaypunugubati committed Aug 28, 2019
1 parent b8c4a6a commit 48a1c86
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.3
PREV_VERSION = 1.4.2
BASE_VERSION = 1.4.4
PREV_VERSION = 1.4.3
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.3"
const Version = "1.4.4"

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.3"
const Version = "1.4.4"

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.3"
const Version = "1.4.4"

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.3"
const Version = "1.4.4"

var CommitSHA string

Expand Down

0 comments on commit 48a1c86

Please sign in to comment.