From 526bffaba8e6eda222e7bf31035d5cd3cb8c129c Mon Sep 17 00:00:00 2001 From: Leos Stejskal Date: Thu, 1 Aug 2024 15:56:46 +0200 Subject: [PATCH] Bump version to 13.0.7 --- 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 af7e91d4..d9e0b846 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 = '13.0.6' + VERSION = '13.0.7' end