Skip to content

Commit

Permalink
bump geth to v1.13.13
Browse files Browse the repository at this point in the history
  • Loading branch information
etan-status committed Feb 21, 2024
1 parent 86aee03 commit a4314cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/geth_binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ source "${SCRIPTS_DIR}/bash_utils.sh"

download_geth_stable() {
if [[ ! -e "${STABLE_GETH_BINARY}" ]]; then
GETH_VERSION="1.13.12-02eb36af" # https://geth.ethereum.org/downloads
GETH_VERSION="1.13.13-7f131dcb" # https://geth.ethereum.org/downloads
GETH_URL="https://gethstore.blob.core.windows.net/builds/"

case "${OS}-${ARCH}" in
Expand Down

0 comments on commit a4314cd

Please sign in to comment.