fix: correct update date to June 9, 2025

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Fahad
2025-06-09 22:41:51 +04:00
parent 79300912df
commit f68ad99f62

View File

@@ -11,7 +11,7 @@ Configuration values can be overridden by environment variables where appropriat
# Version and metadata # Version and metadata
# These values are used in server responses and for tracking releases # These values are used in server responses and for tracking releases
__version__ = "2.9.0" # Semantic versioning: MAJOR.MINOR.PATCH __version__ = "2.9.0" # Semantic versioning: MAJOR.MINOR.PATCH
__updated__ = "2025-01-09" # Last update date in ISO format __updated__ = "2025-06-09" # Last update date in ISO format
__author__ = "Fahad Gilani" # Primary maintainer __author__ = "Fahad Gilani" # Primary maintainer
# Model configuration # Model configuration