We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a9634 commit f4334adCopy full SHA for f4334ad
Rakefile
@@ -51,11 +51,11 @@ $DEBUG = true if ENV['debug'] == 'true'
51
verbose($DEBUG)
52
53
def release_version
54
- '4.14'
+ '4.15'
55
end
56
57
def version
58
- "#{release_version}.0"
+ "#{release_version}.0-SNAPSHOT"
59
60
61
# The build system used by webdriver is layered on top of rake, and we call it
java/version.bzl
@@ -1,2 +1,2 @@
1
-SE_VERSION = "4.14.0"
+SE_VERSION = "4.15.0-SNAPSHOT"
2
TOOLS_JAVA_VERSION = "17"
rb/lib/selenium/webdriver/version.rb
@@ -19,6 +19,6 @@
19
20
module Selenium
21
module WebDriver
22
- VERSION = '4.14.0'
+ VERSION = '4.15.0.nightly'
23
end # WebDriver
24
end # Selenium
0 commit comments