Skip to content

Commit 112e9c2

Browse files
committed
Next release will be beta 4
1 parent d15cfda commit 112e9c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Rakefile

Lines changed: 2 additions & 2 deletions
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-3'
58+
'4.0-beta-4'
5959
end
6060

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

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

java/version.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SE_VERSION = "4.0.0-beta-3"
1+
SE_VERSION = "4.0.0-beta-4"

0 commit comments

Comments
 (0)