From e46258b1ad222d3a4d0053680c16a63456958bd2 Mon Sep 17 00:00:00 2001 From: geemus Date: Mon, 3 Oct 2022 15:49:21 -0500 Subject: [PATCH] Release 2.3.0 --- fog.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fog.gemspec b/fog.gemspec index e285b0f39..0a851574f 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 = "2.2.0" - s.date = "2019-06-18" + s.version = "2.3.0" + s.date = "2022-10-03" ## Make sure your summary is short. The description may be as long ## as you like.