From 24e0be755e251159f07d5d82beb1e8ef57c962d9 Mon Sep 17 00:00:00 2001 From: geemus Date: Sun, 24 Jun 2012 15:22:59 -0500 Subject: [PATCH] Release 1.4.0 --- fog.gemspec | 4 ++-- lib/fog.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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