diff --git a/lib/smart_proxy_ansible/version.rb b/lib/smart_proxy_ansible/version.rb index e562714..3f044d9 100644 --- a/lib/smart_proxy_ansible/version.rb +++ b/lib/smart_proxy_ansible/version.rb @@ -2,6 +2,6 @@ module Proxy # Version, this allows the proxy and other plugins know # what version of the Ansible plugin is running module Ansible - VERSION = '3.6.0' + VERSION = '3.6.1' end end