Update utils/versionchecker.py
Corrected version number change in place for testing.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user