diff --git a/fog.gemspec b/fog.gemspec index a53f8cc607..095f108928 100644 --- a/fog.gemspec +++ b/fog.gemspec @@ -6,8 +6,8 @@ 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 = '1.3.1' - s.date = '2012-03-27' + s.version = '1.4.0' + s.date = '2012-06-24' s.rubyforge_project = 'fog' diff --git a/lib/fog.rb b/lib/fog.rb index 3a2cf89d1c..37d80fa5a4 100644 --- a/lib/fog.rb +++ b/lib/fog.rb @@ -3,7 +3,7 @@ module Fog unless const_defined?(:VERSION) - VERSION = '1.3.1' + VERSION = '1.4.0' end end