diff --git a/fog.gemspec b/fog.gemspec index dc77beacd2..3302428ec5 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.94' + s.version = '0.0.95' s.date = '2010-05-13' s.rubyforge_project = 'fog' diff --git a/lib/fog.rb b/lib/fog.rb index c705774aaf..49aeea72e0 100644 --- a/lib/fog.rb +++ b/lib/fog.rb @@ -35,7 +35,7 @@ module Fog unless const_defined?(:VERSION) - VERSION = '0.0.94' + VERSION = '0.0.95' end module Mock