From 89fd6ad18e8ab892ce3d061a17277e14cc857338 Mon Sep 17 00:00:00 2001 From: geemus Date: Mon, 17 Sep 2018 14:03:55 -0500 Subject: [PATCH] v3.1.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 bffc0aaae..e44033366 100644 --- a/lib/fog/aws/version.rb +++ b/lib/fog/aws/version.rb @@ -1,5 +1,5 @@ module Fog module AWS - VERSION = "3.0.0" + VERSION = "3.1.0" end end