Skip to content

Commit 173e951

Browse files
committed
Bump java version to 4.0.0a5
1 parent 1962ec6 commit 173e951

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
@@ -56,11 +56,11 @@ def release_version
5656
end
5757

5858
def google_storage_version
59-
'4.0-alpha-4'
59+
'4.0-alpha-5'
6060
end
6161

6262
def version
63-
"#{release_version}.0-alpha-4"
63+
"#{release_version}.0-alpha-5"
6464
end
6565

6666
# 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-alpha-4"
1+
SE_VERSION = "4.0.0-alpha-5"

0 commit comments

Comments
 (0)