Skip to content

Commit

Permalink
[java] Bumping to RC 2
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
diemol committed Sep 6, 2021
1 parent cf684e4 commit 4259e96
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 @@ -55,11 +55,11 @@ def release_version
end

def google_storage_version
'4.0-rc-1'
'4.0-rc-2'
end

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

0 comments on commit 4259e96

Please sign in to comment.