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"