From 722e9ed28a1fa0af96c84581c4bb9ddbca9f1407 Mon Sep 17 00:00:00 2001 From: brentstone Date: Fri, 20 Sep 2024 13:05:39 -0700 Subject: [PATCH] update version in get script --- 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 e4c9289bba..2a4ecbd572 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="9" +CMT_PATCH="11" CMT_REPO="https://github.com/cometbft/cometbft"