From 71d7c1ae715cd95cff3cac31ae5568ca79d799ad Mon Sep 17 00:00:00 2001
From: geemus <geemus@gmail.com>
Date: Tue, 18 Sep 2018 08:51:22 -0500
Subject: [PATCH] v3.3.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 161a664ba6..1027f98a1d 100644
--- a/lib/fog/aws/version.rb
+++ b/lib/fog/aws/version.rb
@@ -1,5 +1,5 @@
 module Fog
   module AWS
-    VERSION = "3.2.0"
+    VERSION = "3.3.0"
   end
 end