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 1962ec6 commit 173e951Copy full SHA for 173e951
Rakefile
@@ -56,11 +56,11 @@ def release_version
56
end
57
58
def google_storage_version
59
- '4.0-alpha-4'
+ '4.0-alpha-5'
60
61
62
def version
63
- "#{release_version}.0-alpha-4"
+ "#{release_version}.0-alpha-5"
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-alpha-4"
+SE_VERSION = "4.0.0-alpha-5"
0 commit comments