Skip to content

Commit

Permalink
Bump proxy minimum version to 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AxelTheGerman committed Nov 26, 2024
1 parent b9804a0 commit a1596af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kamal/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a1596af

Please sign in to comment.