Skip to content

Commit

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

def release_version
'4.14'
'4.15'
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
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SE_VERSION = "4.14.0"
SE_VERSION = "4.15.0-SNAPSHOT"
TOOLS_JAVA_VERSION = "17"
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.14.0'
VERSION = '4.15.0.nightly'
end # WebDriver
end # Selenium

0 comments on commit f4334ad

Please sign in to comment.