From a5eeca528cc3c4ba8c771ea9fcb0251a78f6185e Mon Sep 17 00:00:00 2001 From: Anupam Kumar Date: Wed, 2 Sep 2026 16:14:02 +0530 Subject: [PATCH] chore: bump version to 0.4.5 Signed-off-by: Anupam Kumar --- haproxy_agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,