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 d15cfda commit 112e9c2Copy full SHA for 112e9c2
Rakefile
@@ -55,11 +55,11 @@ def release_version
55
end
56
57
def google_storage_version
58
- '4.0-beta-3'
+ '4.0-beta-4'
59
60
61
def version
62
- "#{release_version}.0-beta-3"
+ "#{release_version}.0-beta-4"
63
64
65
# 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-3"
+SE_VERSION = "4.0.0-beta-4"
0 commit comments