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 9749b35 commit b74e726Copy full SHA for b74e726
Rakefile
@@ -56,11 +56,11 @@ def release_version
56
end
57
58
def google_storage_version
59
- '4.0-beta-2'
+ '4.0-beta-3'
60
61
62
def version
63
- "#{release_version}.0-beta-2"
+ "#{release_version}.0-beta-3"
64
65
66
# The build system used by webdriver is layered on top of rake, and we call it
java/version.bzl
@@ -1 +1 @@
1
-SE_VERSION = "4.0.0-beta-2"
+SE_VERSION = "4.0.0-beta-3"
0 commit comments