From 6800675d3e49aa0b8b0901f5283c012f27e7706f Mon Sep 17 00:00:00 2001 From: nofaralfasi Date: Tue, 7 Mar 2023 15:02:08 +0200 Subject: [PATCH] Bump version to 3.5.3 --- 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 0cdf827..baa5720 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.5.2' + VERSION = '3.5.3' end end