Skip to content

Commit 7ce4ef4

Browse files
committed
[rb] bump version to nightly
1 parent 02ecb84 commit 7ce4ef4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rb/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PATH
33
specs:
44
selenium-devtools (0.134.0)
55
selenium-webdriver (~> 4.2)
6-
selenium-webdriver (4.30.1)
6+
selenium-webdriver (4.31.0.nightly)
77
base64 (~> 0.2)
88
logger (~> 1.4)
99
rexml (~> 3.2, >= 3.2.5)

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.30.1'
22+
VERSION = '4.31.0.nightly'
2323
end # WebDriver
2424
end # Selenium

0 commit comments

Comments
 (0)