From 7761cec1bc0024c515a5a2a8e78ce6118b9b510a Mon Sep 17 00:00:00 2001 From: Fahad Date: Fri, 8 Aug 2025 10:05:27 +0500 Subject: [PATCH] Updated config --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index a1d5686..a0e0d9c 100644 --- a/config.py +++ b/config.py @@ -14,9 +14,9 @@ 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.2" +__version__ = "5.8.3" # Last update date in ISO format -__updated__ = "2025-06-30" +__updated__ = "2025-08-08" # Primary maintainer __author__ = "Fahad Gilani"