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