From c3b46b8c3f6cea35d4010a3b496bd4956eef7656 Mon Sep 17 00:00:00 2001 From: Joshua Lane Date: Wed, 23 Mar 2016 09:19:55 -0700 Subject: [PATCH] Bump to 0.9.2 --- 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 cb0b20325..cb0ee44f8 100644 --- a/lib/fog/aws/version.rb +++ b/lib/fog/aws/version.rb @@ -1,5 +1,5 @@ module Fog module AWS - VERSION = "0.9.1" + VERSION = "0.9.2" end end