Skip to content

Commit 794944f

Browse files
committed
Correcting version in the Rakefile
1 parent 3e12cab commit 794944f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Rakefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ def release_version
5656
end
5757

5858
def google_storage_version
59-
'4.0-beta-7'
59+
'4.0-beta-1'
6060
end
6161

6262
def version
63-
"#{release_version}.0-beta-7"
63+
"#{release_version}.0-beta-1"
6464
end
6565

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

0 commit comments

Comments
 (0)