Skip to content

Commit

Permalink
[FAB-12343] Update fabric to baseimage 0.4.13
Browse files Browse the repository at this point in the history
Change-Id: I5b70695725d17582ef8958c33aae69bccabbad9d
Signed-off-by: David Enyeart <enyeart@us.ibm.com>
  • Loading branch information
denyeart committed Oct 9, 2018
1 parent bcc924d commit 595a8c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
BASE_VERSION = 1.3.0
PREV_VERSION = 1.3.0-rc1
CHAINTOOL_RELEASE=1.1.1
BASEIMAGE_RELEASE=0.4.12
BASEIMAGE_RELEASE=0.4.13

# Allow to build as a submodule setting the main project to
# the PROJECT_NAME env variable, for example,
Expand Down
2 changes: 1 addition & 1 deletion common/metadata/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package metadata
// Variables defined by the Makefile and passed in with ldflags
var Version string = "latest"
var CommitSHA string = "development build"
var BaseVersion string = "0.4.12"
var BaseVersion string = "0.4.13"
var BaseDockerLabel string = "org.hyperledger.fabric"
var DockerNamespace string = "hyperledger"
var BaseDockerNamespace string = "hyperledger"
Expand Down

0 comments on commit 595a8c2

Please sign in to comment.