Updated config

This commit is contained in:
Fahad
2025-08-08 10:05:27 +05:00
parent 2fa2d5a408
commit 7761cec1bc

View File

@@ -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"