From 6148550a43e2ca2bf21f424c3f9df375b9571689 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Wed, 6 Dec 2023 20:26:52 -0500 Subject: [PATCH] Bump version to 9.0.53 --- 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 2fdff983..0c004a1b 100644 --- a/lib/foreman_rh_cloud/version.rb +++ b/lib/foreman_rh_cloud/version.rb @@ -1,3 +1,3 @@ module ForemanRhCloud - VERSION = '9.0.52'.freeze + VERSION = '9.0.53'.freeze end