From 27c2558a585a08c2cfd8364531920d931e20a325 Mon Sep 17 00:00:00 2001 From: Leos Stejskal Date: Thu, 1 Aug 2024 09:31:44 +0200 Subject: [PATCH] Bump version to 14.2.0 --- 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 4a2371f3..babbba88 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.1.1' + VERSION = '14.2.0' end