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 24ae200 commit 3b84577Copy full SHA for 3b84577
Rakefile
@@ -55,11 +55,11 @@ def release_version
55
end
56
57
def google_storage_version
58
- '4.0-rc-2'
+ '4.0.0'
59
60
61
def version
62
- "#{release_version}.0-rc-2"
+ "#{release_version}.0"
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-rc-2"
+SE_VERSION = "4.0.0"
0 commit comments