From 05dfe2680870ae309a654325678edab1184c9b9c Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Wed, 19 Jan 2022 17:47:25 -0700 Subject: [PATCH] cherry-pick(#1114): chore: roll to latest 1.18.0 driver --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6cc9e8ad9..784af3925 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ InWheel = None from wheel.bdist_wheel import bdist_wheel as BDistWheelCommand -driver_version = "1.18.0-beta-1642508722000" +driver_version = "1.18.0-beta-1642620709000" def extractall(zip: zipfile.ZipFile, path: str) -> None: