Skip to content

Commit

Permalink
[rb] Setting nightly version
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Apr 24, 2024
1 parent 866c76c commit f034dc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions 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.0)
selenium-webdriver (4.21.0.nightly)
base64 (~> 0.2)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
Expand Down Expand Up @@ -41,8 +41,6 @@ GEM
diff-lcs (1.5.1)
drb (2.2.1)
ffi (1.16.3)
ffi (1.16.3-java)
ffi (1.16.3-x64-mingw32)
fileutils (1.7.2)
git (1.19.1)
addressable (~> 2.8)
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.0'
VERSION = '4.21.0.nightly'
end # WebDriver
end # Selenium

0 comments on commit f034dc5

Please sign in to comment.