mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-11 14:09:15 +00:00
Update Tendermint 0.33
This commit is contained in:
parent
26309a7880
commit
72b573116a
@ -4,7 +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.5
|
||||
TM_VERSIONS[33]=v0.33.8
|
||||
TM_VERSIONS[34]=latest
|
||||
|
||||
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
@ -3,7 +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.5
|
||||
TM_VERSIONS[33]=v0.33.8
|
||||
TM_VERSIONS[34]=latest
|
||||
|
||||
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
Loading…
x
Reference in New Issue
Block a user