diff --git a/fog.gemspec b/fog.gemspec index 997447a85..0dbbbb9d6 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.2.3' + s.version = '0.2.4' s.date = '2010-06-29' s.rubyforge_project = 'fog' diff --git a/lib/fog.rb b/lib/fog.rb index 75770557c..5085c5e6a 100644 --- a/lib/fog.rb +++ b/lib/fog.rb @@ -39,7 +39,7 @@ require 'fog/vcloud' module Fog unless const_defined?(:VERSION) - VERSION = '0.2.3' + VERSION = '0.2.4' end module Mock