Skip to content

Commit 88245e7

Browse files
committed
fix FABRIC_X_TOOLS_VERSION
Signed-off-by: Angelo De Caro <adc@zurich.ibm.com>
1 parent 8a9a5ad commit 88245e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FABRIC_VERSION ?= 3.1.1
33
FABRIC_CA_VERSION ?= 1.5.7
44
FABRIC_TWO_DIGIT_VERSION = $(shell echo $(FABRIC_VERSION) | cut -d '.' -f 1,2)
5-
FABRIC_X_TOOLS_VERSION ?= v0.1.0
5+
FABRIC_X_TOOLS_VERSION ?= b353b61
66
FABRIC_X_COMMITTER_VERSION ?= 0.1.9
77

88
# need to install fabric binaries outside of fts tree for now (due to chaincode packaging issues)

0 commit comments

Comments
 (0)