diff --git a/fog.gemspec b/fog.gemspec index acecc1967f..927702373d 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.73' + s.version = '0.0.74' s.date = '2010-04-20' s.rubyforge_project = 'fog' diff --git a/lib/fog.rb b/lib/fog.rb index 0ee0291f2f..6c228baeea 100644 --- a/lib/fog.rb +++ b/lib/fog.rb @@ -30,7 +30,7 @@ module Fog - VERSION = '0.0.73' + VERSION = '0.0.74' module Mock @delay = 1