diff --git a/.changelog/313.feature.md b/.changelog/313.feature.md new file mode 100644 index 00000000..1fb41b94 --- /dev/null +++ b/.changelog/313.feature.md @@ -0,0 +1 @@ +go: bump github.com/coinbase/rosetta-cli from 0.7.3 to 0.7.5 diff --git a/Makefile b/Makefile index 297dae4b..4f325a29 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ include common.mk OASIS_RELEASE := 22.1.3 -ROSETTA_CLI_RELEASE := 0.7.3 +ROSETTA_CLI_RELEASE := 0.7.5 # Check which tool to use for downloading. HAVE_WGET := $(shell which wget > /dev/null && echo 1)