Skip to content

Commit f2b6813

Browse files
committed
[rb] Update version for nightly
1 parent 3296fdf commit f2b6813

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.124.0)
55
selenium-webdriver (~> 4.2)
6-
selenium-webdriver (4.20.1)
6+
selenium-webdriver (4.21.0.nightly)
77
base64 (~> 0.2)
88
rexml (~> 3.2, >= 3.2.5)
99
rubyzip (>= 1.2.2, < 3.0)

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

0 commit comments

Comments
 (0)