From a57b33e92b884d461a83b65b51bfd9b74c7f9b09 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Mon, 13 Nov 2023 11:43:46 -0500 Subject: [PATCH] Bump version to 9.0.52 --- 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 86f368c7..2fdff983 100644 --- a/lib/foreman_rh_cloud/version.rb +++ b/lib/foreman_rh_cloud/version.rb @@ -1,3 +1,3 @@ module ForemanRhCloud - VERSION = '9.0.51'.freeze + VERSION = '9.0.52'.freeze end