Skip to content

Commit

Permalink
Bump java version to 4.0a6
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed May 20, 2020
1 parent 81fcbef commit d1235e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ def release_version
end

def google_storage_version
'4.0-alpha-5'
'4.0-alpha-6'
end

def version
"#{release_version}.0-alpha-5"
"#{release_version}.0-alpha-6"
end

# The build system used by webdriver is layered on top of rake, and we call it
Expand Down
2 changes: 1 addition & 1 deletion java/version.bzl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SE_VERSION = "4.0.0-alpha-5"
SE_VERSION = "4.0.0-alpha-6"

0 comments on commit d1235e4

Please sign in to comment.