Skip to content

Commit e674eef

Browse files
committed
Release selenium-webdriver 4.0.0.beta3 and selenium-devtools 0.91.0
1 parent 5d108f9 commit e674eef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

rb/CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
4.0.0.beta3 (Unreleased)
1+
4.0.0.beta3 (2021-04-13)
22
=========================
33

44
Chrome:

rb/lib/selenium/devtools/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919

2020
module Selenium
2121
module DevTools
22-
VERSION = '0.89.0'
22+
VERSION = '0.91.0'
2323
end # DevTools
2424
end # Selenium

rb/lib/selenium/webdriver/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919

2020
module Selenium
2121
module WebDriver
22-
VERSION = '4.0.0.beta2'
22+
VERSION = '4.0.0.beta3'
2323
end # WebDriver
2424
end # Selenium

0 commit comments

Comments
 (0)