diff --git a/fog.gemspec b/fog.gemspec index 618d2807d..c5e46e791 100644 --- a/fog.gemspec +++ b/fog.gemspec @@ -11,8 +11,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.42.0" - s.date = "2017-09-29" + s.version = "1.42.1" + s.date = "2018-06-28" s.rubyforge_project = "fog" ## Make sure your summary is short. The description may be as long diff --git a/lib/fog/version.rb b/lib/fog/version.rb index 2ae432e07..c7cd00d04 100644 --- a/lib/fog/version.rb +++ b/lib/fog/version.rb @@ -1,3 +1,3 @@ module Fog - VERSION = '1.42.0' + VERSION = '1.42.1' end