diff --git a/scripts/geth_binaries.sh b/scripts/geth_binaries.sh index c8d406f14..349427b37 100644 --- a/scripts/geth_binaries.sh +++ b/scripts/geth_binaries.sh @@ -21,7 +21,7 @@ source "${SCRIPTS_DIR}/bash_utils.sh" download_geth_stable() { if [[ ! -e "${STABLE_GETH_BINARY}" ]]; then - GETH_VERSION="1.14.6-aadddf3a" # https://geth.ethereum.org/downloads + GETH_VERSION="1.14.7-aa55f5ea" # https://geth.ethereum.org/downloads GETH_URL="https://gethstore.blob.core.windows.net/builds/" case "${OS}-${ARCH}" in