From 9fc6ff5832679a77c7fbde36f1906c91ca64455b Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Tue, 19 Dec 2023 11:12:59 -0500 Subject: [PATCH] Bump version to 9.0.54 --- 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 0c004a1b..d50824b8 100644 --- a/lib/foreman_rh_cloud/version.rb +++ b/lib/foreman_rh_cloud/version.rb @@ -1,3 +1,3 @@ module ForemanRhCloud - VERSION = '9.0.53'.freeze + VERSION = '9.0.54'.freeze end