Skip to content

Commit

Permalink
[rb] Update version for nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed May 16, 2024
1 parent bd908a2 commit 965e904
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rb/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
selenium-devtools (0.125.0)
selenium-webdriver (~> 4.2)
selenium-webdriver (4.21.1)
selenium-webdriver (4.22.0.nightly)
base64 (~> 0.2)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
Expand Down
2 changes: 1 addition & 1 deletion rb/lib/selenium/webdriver/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

module Selenium
module WebDriver
VERSION = '4.21.1'
VERSION = '4.22.0.nightly'
end # WebDriver
end # Selenium

0 comments on commit 965e904

Please sign in to comment.