From 4bd8c2b829fd285182b30bcfd9dba0c0b3490f67 Mon Sep 17 00:00:00 2001 From: nofaralfasi Date: Tue, 3 Dec 2024 17:15:35 +0200 Subject: [PATCH] Bump version to 15.0.3 --- 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 3d1bd0f9..2b2bd569 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.2' + VERSION = '15.0.3' end