Skip to content

Commit 23ece4f

Browse files
committed
Bumping to 4.0.0-rc-1
1 parent 673c678 commit 23ece4f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: Rakefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ def release_version
5555
end
5656

5757
def google_storage_version
58-
'4.0-beta-4'
58+
'4.0-rc-1'
5959
end
6060

6161
def version
62-
"#{release_version}.0-beta-4"
62+
"#{release_version}.0-rc-1"
6363
end
6464

6565
# The build system used by webdriver is layered on top of rake, and we call it

Diff for: java/version.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SE_VERSION = "4.0.0-beta-4"
1+
SE_VERSION = "4.0.0-rc-1"

0 commit comments

Comments
 (0)