From a1596af8156ef19d7be0a62a1d6c4c6b0679cebf Mon Sep 17 00:00:00 2001 From: Axel Gustav Date: Tue, 26 Nov 2024 09:55:21 -0400 Subject: [PATCH] Bump proxy minimum version to 0.8.3 --- lib/kamal/configuration.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kamal/configuration.rb b/lib/kamal/configuration.rb index 021e5e49..23d13e99 100644 --- a/lib/kamal/configuration.rb +++ b/lib/kamal/configuration.rb @@ -14,7 +14,7 @@ class Kamal::Configuration include Validation - PROXY_MINIMUM_VERSION = "v0.8.2" + PROXY_MINIMUM_VERSION = "v0.8.3" PROXY_HTTP_PORT = 80 PROXY_HTTPS_PORT = 443 PROXY_LOG_MAX_SIZE = "10m"