Skip to content

Commit 2288f5e

Browse files
committed
Update to 0.36
1 parent 7402174 commit 2288f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collect_executables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def get_gd_platform():
8383
gd_platform = get_gd_platform()
8484
ext = "zip" if "win" in gd_platform else "tar.gz"
8585
print(
86-
f"https://github.com/mozilla/geckodriver/releases/download/v0.35.0/geckodriver-v0.35.0-{gd_platform}.{ext}"
86+
f"https://github.com/mozilla/geckodriver/releases/download/v0.36.0/geckodriver-v0.36.0-{gd_platform}.{ext}"
8787
)
8888
exit()
8989

0 commit comments

Comments
 (0)