From 93912f7ba4c140b918ff27efacd1b5b2902afe9c Mon Sep 17 00:00:00 2001 From: nofaralfasi Date: Wed, 25 Sep 2024 12:15:48 +0300 Subject: [PATCH] Bump version to 15.0.1 --- lib/foreman_ansible/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/foreman_ansible/version.rb b/lib/foreman_ansible/version.rb index 508edf56..9f576cb8 100644 --- a/lib/foreman_ansible/version.rb +++ b/lib/foreman_ansible/version.rb @@ -4,5 +4,5 @@ # This way other parts of Foreman can just call ForemanAnsible::VERSION # and detect what version the plugin is running. module ForemanAnsible - VERSION = '15.0.0' + VERSION = '15.0.1' end