From d2bfe11af7574a064ee0a26ba948e5cc65791d9f Mon Sep 17 00:00:00 2001 From: nofaralfasi Date: Wed, 7 Aug 2024 15:15:31 +0300 Subject: [PATCH] Bump version to 14.2.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 babbba88..a60f4ce9 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 = '14.2.0' + VERSION = '14.2.1' end