From 88ed8568c56d6ab989766c1520ffde5f398f49df Mon Sep 17 00:00:00 2001 From: Leos Stejskal Date: Wed, 19 Jun 2024 14:38:51 +0200 Subject: [PATCH] Bump version to 14.1.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 c45c01a5..b8dcf6eb 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.0.0' + VERSION = '14.1.0' end