From ddab5ac34f5227e320e3dbf272d5a9f5f5cdea5c Mon Sep 17 00:00:00 2001 From: Brett Haranin Date: Tue, 14 Mar 2017 13:09:11 -0400 Subject: [PATCH] Bump version --- lib/cucloud/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cucloud/version.rb b/lib/cucloud/version.rb index 362d365..498a5e6 100644 --- a/lib/cucloud/version.rb +++ b/lib/cucloud/version.rb @@ -1,5 +1,5 @@ module Cucloud # Disable mutable constant warning - freezing this oddly breaks bundler # rubocop:disable Style/MutableConstant - VERSION = '0.7.4' + VERSION = '0.7.5' end