From cafb79c09f1aa363d9763da44d278f81322b1698 Mon Sep 17 00:00:00 2001 From: geemus Date: Mon, 17 Sep 2018 15:14:14 -0500 Subject: [PATCH] v3.2.0 --- lib/fog/aws/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fog/aws/version.rb b/lib/fog/aws/version.rb index e440333666..161a664ba6 100644 --- a/lib/fog/aws/version.rb +++ b/lib/fog/aws/version.rb @@ -1,5 +1,5 @@ module Fog module AWS - VERSION = "3.1.0" + VERSION = "3.2.0" end end