Skip to content

Commit e8fac68

Browse files
committed
Bump version number for next java release
1 parent da155ec commit e8fac68

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
@@ -47,11 +47,11 @@ def release_version
4747
end
4848

4949
def google_storage_version
50-
"4.0-alpha"
50+
"4.0-alpha-4"
5151
end
5252

5353
def version
54-
"#{release_version}.0-alpha-3"
54+
"#{release_version}.0-alpha-4"
5555
end
5656

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

0 commit comments

Comments
 (0)