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 673c678 commit 23ece4fCopy full SHA for 23ece4f
Rakefile
@@ -55,11 +55,11 @@ def release_version
55
end
56
57
def google_storage_version
58
- '4.0-beta-4'
+ '4.0-rc-1'
59
60
61
def version
62
- "#{release_version}.0-beta-4"
+ "#{release_version}.0-rc-1"
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-4"
+SE_VERSION = "4.0.0-rc-1"
0 commit comments