diff --git a/modules/chrome_driver_installer.py b/modules/chrome_driver_installer.py index 139ae8f0f6..573464881a 100644 --- a/modules/chrome_driver_installer.py +++ b/modules/chrome_driver_installer.py @@ -1,5 +1,5 @@ -# Version 1.1 (061023-1527) -VERSION = 'v1.1 (061023-1527) by rzc0d3r' +# Version 1.1.1 (091023-2316) +VERSION = 'v1.1.1 (091023-2316) by rzc0d3r' import sys from platform import processor @@ -103,4 +103,4 @@ def download_chrome_driver(path, url=None): with open(path+'/'+chromedriver_name, 'wb') as f: f.write(zip.read(chromedriver_zip_path+chromedriver_name)) remove(zip_path) - return True \ No newline at end of file + return True