Skip to content

Commit b18faca

Browse files
authored
1 parent d74a613 commit b18faca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/geth_binaries.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ source "${SCRIPTS_DIR}/bash_utils.sh"
1919

2020
download_geth_stable() {
2121
if [[ ! -e "${STABLE_GETH_BINARY}" ]]; then
22-
GETH_VERSION="1.15.1-b027a90a" # https://geth.ethereum.org/downloads
22+
GETH_VERSION="1.15.3-612c9e0f" # https://geth.ethereum.org/downloads
2323
GETH_URL="https://gethstore.blob.core.windows.net/builds/"
2424

2525
case "${OS}-${ARCH}" in

0 commit comments

Comments
 (0)