diff --git a/haproxy_agent.py b/haproxy_agent.py index 9689584..8676ec1 100644 --- a/haproxy_agent.py +++ b/haproxy_agent.py @@ -30,7 +30,7 @@ # Reported by `/info`; AppAPI compares it against its minimum supported HaRP version. # Keep it in sync with the release tag and use a full `x.y.z` string: a bare float like `0.4` # is read as "0.4.0", which made every release look older than it is. -HARP_VERSION = "0.4.4" +HARP_VERSION = "0.4.5" APPID_PATTERN = re.compile(r"(?:^|/)exapps/([^/]+)") # Matches `..` path segments in any literal/encoded form: separators can be `/` or %2F,