We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83a27e7 commit 1337b20Copy full SHA for 1337b20
Rakefile
@@ -51,11 +51,11 @@ $DEBUG = true if ENV['debug'] == 'true'
51
verbose($DEBUG)
52
53
def release_version
54
- '4.12'
+ '4.13'
55
end
56
57
def version
58
- "#{release_version}.1"
+ "#{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.12.1"
+SE_VERSION = "4.13.0-SNAPSHOT"
2
TOOLS_JAVA_VERSION = "17"
0 commit comments