root: Update Tendermint scripts for v0.33

This commit is contained in:
willclarktech 2020-06-23 13:13:57 +02:00
parent 497ceb1eef
commit c458803091
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7
2 changed files with 2 additions and 4 deletions

View File

@ -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 )"

View File

@ -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 )"