updated versions and players

This commit is contained in:
2025-06-29 16:48:15 +03:00
parent 73c41303a9
commit 68cc47882c
3 changed files with 12 additions and 11 deletions

4
app.py
View File

@@ -38,8 +38,8 @@ from utils.uploads import (
)
# Define global variables for server version and build date
SERVER_VERSION = "1.0.0"
BUILD_DATE = "2025-06-25"
SERVER_VERSION = "1.1.0"
BUILD_DATE = "2025-06-29"
app = Flask(__name__, instance_relative_config=True)