Bump to 0.8.9

This commit is contained in:
hrz
2025-12-01 18:51:24 +08:00
parent f7bd858fea
commit a3e2073dc6
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ from config.config_loader import load_config
from config.settings import check_config_file
from datetime import datetime
SERVER_VERSION = "0.8.8"
SERVER_VERSION = "0.8.9"
_logger_initialized = False