We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
geth
1.13.8
1 parent 7b6ba48 commit a90e130Copy full SHA for a90e130
scripts/geth_binaries.sh
@@ -21,7 +21,7 @@ source "${SCRIPTS_DIR}/bash_utils.sh"
21
22
download_geth_stable() {
23
if [[ ! -e "${STABLE_GETH_BINARY}" ]]; then
24
- GETH_VERSION="1.13.5-916d6a44" # https://geth.ethereum.org/downloads
+ GETH_VERSION="1.13.8-b20b4a71" # https://geth.ethereum.org/downloads
25
GETH_URL="https://gethstore.blob.core.windows.net/builds/"
26
27
case "${OS}-${ARCH}" in
0 commit comments