Update utils/versionchecker.py

Corrected version number change in place for testing.
This commit is contained in:
2025-12-19 16:39:53 -05:00
parent e1e0cb7ac7
commit 7f4edcba46
+1 -1
View File
@@ -34,7 +34,7 @@ import requests
logger = logging.getLogger(__name__)
# Current application version - UPDATE THIS ON EACH RELEASE
__version__ = "0.7.0"
__version__ = "0.9.0"
# Gitea release API configuration
GITEA_API_BASE = "https://git.racooncity.org/api/v1"