From 9c3bf26b83c35064e51e88af77bd3bf58517108b Mon Sep 17 00:00:00 2001 From: Fahad Date: Fri, 8 Aug 2025 11:57:53 +0500 Subject: [PATCH] Bump version --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index a0e0d9c..b22948b 100644 --- a/config.py +++ b/config.py @@ -14,7 +14,7 @@ import os # These values are used in server responses and for tracking releases # IMPORTANT: This is the single source of truth for version and author info # Semantic versioning: MAJOR.MINOR.PATCH -__version__ = "5.8.3" +__version__ = "5.8.4" # Last update date in ISO format __updated__ = "2025-08-08" # Primary maintainer