From 8f68f8d1c2982bfb805d5fb65fb5d55f42601e07 Mon Sep 17 00:00:00 2001 From: nofaralfasi Date: Wed, 16 Jul 2025 16:28:46 +0300 Subject: [PATCH] Bump version to 3.6.1 --- lib/smart_proxy_ansible/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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