From dec2fabba7b250ddc97f5305ab2a7913634e0289 Mon Sep 17 00:00:00 2001 From: ianballou Date: Thu, 17 Jul 2025 14:57:51 -0400 Subject: [PATCH] Bump version to 3.4.0 --- lib/smart_proxy_container_gateway/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/smart_proxy_container_gateway/version.rb b/lib/smart_proxy_container_gateway/version.rb index b7fe66d..9155439 100644 --- a/lib/smart_proxy_container_gateway/version.rb +++ b/lib/smart_proxy_container_gateway/version.rb @@ -1,5 +1,5 @@ module Proxy module ContainerGateway - VERSION = '3.3.1'.freeze + VERSION = '3.4.0'.freeze end end