Release 0.1.8

This commit is contained in:
geemus 2010-06-07 23:42:55 -07:00
parent 9ed11028a4
commit aace6ee067
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ 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 = '0.1.7'
s.version = '0.1.8'
s.date = '2010-06-07'
s.rubyforge_project = 'fog'

View File

@ -49,7 +49,7 @@ require 'fog/vcloud'
module Fog
unless const_defined?(:VERSION)
VERSION = '0.1.7'
VERSION = '0.1.8'
end
module Mock