From 6cd18e6288f3d29c56b2886d004c63786b4a80e7 Mon Sep 17 00:00:00 2001 From: nofaralfasi Date: Thu, 18 May 2023 11:23:48 +0300 Subject: [PATCH] Bump version to 3.5.5 --- 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 c82b5d0..4b66493 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.4' + VERSION = '3.5.5' end end