Skip to content

Commit

Permalink
Bump java version to 4.0.0a5
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Jan 15, 2020
1 parent 1962ec6 commit 173e951
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -56,11 +56,11 @@ def release_version
end

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

def version
"#{release_version}.0-alpha-4"
"#{release_version}.0-alpha-5"
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
@@ -1 +1 @@
SE_VERSION = "4.0.0-alpha-4"
SE_VERSION = "4.0.0-alpha-5"

0 comments on commit 173e951

Please sign in to comment.