Skip to content

Commit d4d04e9

Browse files
committed
[CHAINTOOL] Upgrade to v0.9.1
This release fixes issue #28 and is required for supporting the power platform. https://github.com/hyperledger/fabric-chaintool/issues/28 Change-Id: I6d43cda5dcd88f26d4502b600adaf423d4df0cda Signed-off-by: Gregory Haskins <[email protected]>
1 parent f28d3d6 commit d4d04e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ PKGNAME = github.com/$(PROJECT_NAME)
5353
GO_LDFLAGS = -X github.com/hyperledger/fabric/metadata.Version=$(PROJECT_VERSION)
5454
CGO_FLAGS = CGO_CFLAGS=" " CGO_LDFLAGS="-lrocksdb -lstdc++ -lm -lz -lbz2 -lsnappy"
5555
UID = $(shell id -u)
56-
CHAINTOOL_RELEASE=v0.9.0
56+
CHAINTOOL_RELEASE=v0.9.1
5757

5858
EXECUTABLES = go docker git curl
5959
K := $(foreach exec,$(EXECUTABLES),\

0 commit comments

Comments
 (0)