Bump to 0.9.2

This commit is contained in:
hrz
2026-03-14 08:05:57 +08:00
parent 435860d339
commit ebfcfe148d
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.9.1"
SERVER_VERSION = "0.9.2"
_logger_initialized = False