root: Update Tendermint scripts for v0.33
This commit is contained in:
parent
497ceb1eef
commit
c458803091
@ -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[31]=v0.31.8
|
||||
TM_VERSIONS[32]=v0.32.3
|
||||
TM_VERSIONS[33]=v0.33.5
|
||||
|
||||
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[31]=v0.31.8
|
||||
TM_VERSIONS[32]=v0.32.3
|
||||
TM_VERSIONS[33]=v0.33.5
|
||||
|
||||
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user