Skip to content

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/geth_binaries.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

2222
download_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

0 commit comments

Comments
 (0)