Skip to content

Commit

Permalink
Correcting version in the Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Feb 10, 2021
1 parent 3e12cab commit 794944f
Showing 1 changed file with 2 additions and 2 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-beta-7'
'4.0-beta-1'
end

def version
"#{release_version}.0-beta-7"
"#{release_version}.0-beta-1"
end

# The build system used by webdriver is layered on top of rake, and we call it
Expand Down

0 comments on commit 794944f

Please sign in to comment.