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 967ac63 commit d9a5b1bCopy full SHA for d9a5b1b
Rakefile
@@ -51,11 +51,11 @@ $DEBUG = true if ENV['debug'] == 'true'
51
verbose($DEBUG)
52
53
def release_version
54
- '4.11'
+ '4.12'
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.11.0"
+SE_VERSION = "4.12.0-SNAPSHOT"
2
TOOLS_JAVA_VERSION = "17"
0 commit comments