mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 13:47:12 +00:00
Update Tendermint to 0.34.19
This commit is contained in:
parent
b1d141fa75
commit
7d0de950e3
@ -4,8 +4,7 @@ command -v shellcheck >/dev/null && shellcheck "$0"
|
||||
|
||||
# Find latest patch releases at https://hub.docker.com/r/tendermint/tendermint/tags/
|
||||
declare -a TM_VERSIONS
|
||||
# TM_VERSIONS[33]=v0.33.8
|
||||
TM_VERSIONS[34]=v0.34.10
|
||||
TM_VERSIONS[34]=v0.34.19
|
||||
TM_VERSIONS[35]=v0.35.6
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
|
@ -3,8 +3,7 @@ set -o errexit -o nounset -o pipefail
|
||||
command -v shellcheck >/dev/null && shellcheck "$0"
|
||||
|
||||
declare -a TM_VERSIONS
|
||||
# TM_VERSIONS[33]=v0.33.8
|
||||
TM_VERSIONS[34]=v0.34.10
|
||||
TM_VERSIONS[34]=v0.34.19
|
||||
TM_VERSIONS[35]=v0.35.6
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user