From 3cb32f2e5ac87597d6a74e6d87380e3b1dadb59b Mon Sep 17 00:00:00 2001 From: Warren He Date: Tue, 19 Apr 2022 11:43:36 -0700 Subject: [PATCH] Bump Rosetta CLI to 0.7.5 --- .changelog/313.feature.md | 1 + Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .changelog/313.feature.md 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)