diff --git a/fog.gemspec b/fog.gemspec index fbea0f6bc..911d2ed64 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.0.97' + s.version = '0.0.98' s.date = '2010-05-14' s.rubyforge_project = 'fog' diff --git a/lib/fog.rb b/lib/fog.rb index 7133e1996..1f0f6502c 100644 --- a/lib/fog.rb +++ b/lib/fog.rb @@ -35,7 +35,7 @@ require 'fog/vcloud' module Fog unless const_defined?(:VERSION) - VERSION = '0.0.97' + VERSION = '0.0.98' end module Mock