From 8323b50604cc815213aff3dec08138f49c29da53 Mon Sep 17 00:00:00 2001 From: Shimon Shtein Date: Wed, 22 Apr 2020 11:47:23 +0300 Subject: [PATCH] Bump version to 0.9.6 (#186) --- 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 2aad6f04..367e9e68 100644 --- a/lib/foreman_rh_cloud/version.rb +++ b/lib/foreman_rh_cloud/version.rb @@ -1,3 +1,3 @@ module ForemanRhCloud - VERSION = '0.9.5'.freeze + VERSION = '0.9.6'.freeze end