diff --git a/lib/foreman_ansible/version.rb b/lib/foreman_ansible/version.rb index 9f576cb8..3d1bd0f9 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 = '15.0.1' + VERSION = '15.0.2' end