From 1991407e46819c02b10a02f9ed58ac511b9cdca3 Mon Sep 17 00:00:00 2001 From: ZENODE Date: Sat, 27 Jul 2024 17:28:02 +0200 Subject: [PATCH] Update get_cometbft.sh --- scripts/get_cometbft.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/get_cometbft.sh b/scripts/get_cometbft.sh index 5695f28875..e4c9289bba 100755 --- a/scripts/get_cometbft.sh +++ b/scripts/get_cometbft.sh @@ -6,7 +6,7 @@ set -Eo pipefail # https://github.com/tendermint/tendermint/releases/download/v0.34.13/tendermint_0.34.13_linux_amd64.tar.gz # https://github.com/heliaxdev/tendermint/releases/download/v0.1.1-abcipp/tendermint_0.1.0-abcipp_darwin_amd64.tar.gz CMT_MAJORMINOR="0.37" -CMT_PATCH="2" +CMT_PATCH="9" CMT_REPO="https://github.com/cometbft/cometbft"