Update Tendermint to 0.34.19

This commit is contained in:
Simon Warta
2022-06-14 11:26:29 +02:00
parent b1d141fa75
commit 7d0de950e3
2 changed files with 2 additions and 4 deletions
+1 -2
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[33]=v0.33.8
TM_VERSIONS[34]=v0.34.10
TM_VERSIONS[34]=v0.34.19
TM_VERSIONS[35]=v0.35.6
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
+1 -2
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[33]=v0.33.8
TM_VERSIONS[34]=v0.34.10
TM_VERSIONS[34]=v0.34.19
TM_VERSIONS[35]=v0.35.6
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"