Skip to content

Commit

Permalink
Laying the groundwork for 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Oct 7, 2021
1 parent 24ae200 commit 3b84577
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-2'
'4.0.0'
end

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

0 comments on commit 3b84577

Please sign in to comment.