Skip to content

Commit

Permalink
update versions for 4.16 nightly releases
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Nov 1, 2023
1 parent 1d14b55 commit 1bef9d0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -51,11 +51,11 @@ $DEBUG = true if ENV['debug'] == 'true'
verbose($DEBUG)

def release_version
'4.15'
'4.16'
end

def version
"#{release_version}.0"
"#{release_version}.0-SNAPSHOT"
end

# The build system used by webdriver is layered on top of rake, and we call it
Expand Down
2 changes: 1 addition & 1 deletion java/version.bzl
@@ -1,2 +1,2 @@
SE_VERSION = "4.15.0"
SE_VERSION = "4.16.0-SNAPSHOT"
TOOLS_JAVA_VERSION = "17"
2 changes: 1 addition & 1 deletion rb/Gemfile.lock
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
selenium-devtools (0.119.0)
selenium-webdriver (~> 4.2)
selenium-webdriver (4.15.0)
selenium-webdriver (4.16.0.nightly)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand Down
2 changes: 1 addition & 1 deletion rb/lib/selenium/webdriver/version.rb
Expand Up @@ -19,6 +19,6 @@

module Selenium
module WebDriver
VERSION = '4.15.0'
VERSION = '4.16.0.nightly'
end # WebDriver
end # Selenium

0 comments on commit 1bef9d0

Please sign in to comment.