diff --git a/fog.gemspec b/fog.gemspec index a3388799e..2aa2c0f3b 100644 --- a/fog.gemspec +++ b/fog.gemspec @@ -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' diff --git a/lib/fog.rb b/lib/fog.rb index 1a686f2fa..9e6472a2b 100644 --- a/lib/fog.rb +++ b/lib/fog.rb @@ -49,7 +49,7 @@ require 'fog/vcloud' module Fog unless const_defined?(:VERSION) - VERSION = '0.1.7' + VERSION = '0.1.8' end module Mock