From 037cbae026da3a7e6de18d74bff8feb84e431339 Mon Sep 17 00:00:00 2001 From: nofaralfasi Date: Thu, 10 Nov 2022 17:07:35 +0200 Subject: [PATCH] Bump version to 3.5.0 --- 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 abc66c1..a5359b9 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.4.1' + VERSION = '3.5.0' end end