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 da155ec commit e8fac68Copy full SHA for e8fac68
Rakefile
@@ -47,11 +47,11 @@ def release_version
47
end
48
49
def google_storage_version
50
- "4.0-alpha"
+ "4.0-alpha-4"
51
52
53
def version
54
- "#{release_version}.0-alpha-3"
+ "#{release_version}.0-alpha-4"
55
56
57
# 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-alpha-3"
+SE_VERSION = "4.0.0-alpha-4"
0 commit comments