From dff3698d4150687b29413555d919586bbd038263 Mon Sep 17 00:00:00 2001 From: nofaralfasi Date: Mon, 20 Nov 2023 14:49:33 +0200 Subject: [PATCH] Bump version to 13.0.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 452f941b..e0de69e8 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 = '12.0.7' + VERSION = '13.0.0' end