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 Apr 26, 2024
1 parent 3296fdf commit f2b6813
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.124.0)
selenium-webdriver (~> 4.2)
selenium-webdriver (4.20.1)
selenium-webdriver (4.21.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.20.1'
VERSION = '4.21.0.nightly'
end # WebDriver
end # Selenium

0 comments on commit f2b6813

Please sign in to comment.