Skip to content

Commit

Permalink
[java] Bumping to beta-3
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Mar 18, 2021
1 parent 9749b35 commit b74e726
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-beta-2'
'4.0-beta-3'
end

def version
"#{release_version}.0-beta-2"
"#{release_version}.0-beta-3"
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-beta-2"
SE_VERSION = "4.0.0-beta-3"

0 comments on commit b74e726

Please sign in to comment.