Update Tendermint to 0.34.0

This commit is contained in:
Simon Warta
2020-11-26 13:39:41 +01:00
parent 9580d2f895
commit dacaa00948
3 changed files with 3 additions and 2 deletions
+1 -1
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]=v0.34.0-rc6
TM_VERSIONS[34]=v0.34.0
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
+1 -1
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]=v0.34.0-rc6
TM_VERSIONS[34]=v0.34.0
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"