File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# beacon_chain
2- # Copyright (c) 2023 Status Research & Development GmbH
2+ # Copyright (c) 2023-2024 Status Research & Development GmbH
33# Licensed and distributed under either of
44# * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT).
55# * Apache v2 license (license terms in the root directory or at https://www.apache.org/licenses/LICENSE-2.0).
@@ -21,7 +21,7 @@ source "${SCRIPTS_DIR}/bash_utils.sh"
2121
2222download_geth_stable () {
2323 if [[ ! -e " ${STABLE_GETH_BINARY} " ]]; then
24- GETH_VERSION=" 1.13.8-b20b4a71 " # https://geth.ethereum.org/downloads
24+ GETH_VERSION=" 1.13.11-8f7eb9cc " # https://geth.ethereum.org/downloads
2525 GETH_URL=" https://gethstore.blob.core.windows.net/builds/"
2626
2727 case " ${OS} -${ARCH} " in
You can’t perform that action at this time.
0 commit comments