From ec704c4953f0c0d0be421a872129c1177505d44f Mon Sep 17 00:00:00 2001 From: Adam Ruzicka Date: Mon, 22 Jul 2024 11:37:30 +0200 Subject: [PATCH] Bump version to 9.5.1 --- lib/foreman_templates/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/foreman_templates/version.rb b/lib/foreman_templates/version.rb index e135b35..250e67e 100644 --- a/lib/foreman_templates/version.rb +++ b/lib/foreman_templates/version.rb @@ -1,3 +1,3 @@ module ForemanTemplates - VERSION = "9.5.0".freeze + VERSION = "9.5.1".freeze end