scripts: Use tagged tendermint v0.34.0-rc6

This commit is contained in:
willclarktech 2020-11-10 16:01:57 +01:00
parent cd18f8ba9f
commit 0dab62577c
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,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]=latest
TM_VERSIONS[34]=v0.34.0-rc6
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

View File

@ -4,7 +4,7 @@ command -v shellcheck > /dev/null && shellcheck "$0"
declare -a TM_VERSIONS
TM_VERSIONS[33]=v0.33.8
TM_VERSIONS[34]=latest
TM_VERSIONS[34]=v0.34.0-rc6
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"