From f6539be026c6df8ebeb2c7e82182550a1c06ac59 Mon Sep 17 00:00:00 2001 From: Shimon Shtein Date: Mon, 25 May 2020 17:48:28 +0300 Subject: [PATCH] Bump version to 1.0.7 (#219) --- lib/foreman_rh_cloud/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/foreman_rh_cloud/version.rb b/lib/foreman_rh_cloud/version.rb index a58631ea..3b49bcee 100644 --- a/lib/foreman_rh_cloud/version.rb +++ b/lib/foreman_rh_cloud/version.rb @@ -1,3 +1,3 @@ module ForemanRhCloud - VERSION = '1.0.6'.freeze + VERSION = '1.0.7'.freeze end