mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
v2.0.0.pre.0
This commit is contained in:
parent
41ab3b5178
commit
39196c9dc7
2 changed files with 3 additions and 3 deletions
|
@ -11,8 +11,8 @@ Gem::Specification.new do |s|
|
|||
## If your rubyforge_project name is different, then edit it and comment out
|
||||
## the sub! line in the Rakefile
|
||||
s.name = "fog"
|
||||
s.version = "2.0.0-alpha"
|
||||
s.date = "2015-09-03"
|
||||
s.version = "2.0.0.pre.0"
|
||||
s.date = "2015-09-15"
|
||||
s.rubyforge_project = "fog"
|
||||
|
||||
## Make sure your summary is short. The description may be as long
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Fog
|
||||
VERSION = '1.34.0'
|
||||
VERSION = '2.0.0.pre.0'
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue