Skip to content

Commit 9f8bf85

Browse files
committed
Bump java version to 4.0a7
1 parent ed392bd commit 9f8bf85

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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-6'
59+
'4.0-alpha-7'
6060
end
6161

6262
def version
63-
"#{release_version}.0-alpha-6"
63+
"#{release_version}.0-alpha-7"
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-6"
1+
SE_VERSION = "4.0.0-alpha-7"

0 commit comments

Comments
 (0)