From 306acad450fccc859d00227d776af4083fde047e Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Wed, 22 May 2024 10:27:58 -0400 Subject: [PATCH] Bump version to 0.5.22 --- lib/foreman_virt_who_configure/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/foreman_virt_who_configure/version.rb b/lib/foreman_virt_who_configure/version.rb index 559cbac..8b60142 100644 --- a/lib/foreman_virt_who_configure/version.rb +++ b/lib/foreman_virt_who_configure/version.rb @@ -1,3 +1,3 @@ module ForemanVirtWhoConfigure - VERSION = '0.5.21'.freeze + VERSION = '0.5.22'.freeze end