Skip to content

Commit

Permalink
Merge branch 'brent/fix-comet-vers' (#3837)
Browse files Browse the repository at this point in the history
* brent/fix-comet-vers:
  update version in get script
  • Loading branch information
brentstone committed Sep 21, 2024
2 parents be38d4c + 722e9ed commit 8d11769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get_cometbft.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 8d11769

Please sign in to comment.