Bump to 0.9.6

This commit is contained in:
hrz
2026-07-24 09:53:03 +08:00
parent 27e57631a7
commit 9da58e254c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ from config.config_loader import load_config
from config.settings import check_config_file
from core.utils.cache.manager import cache_manager, CacheType
SERVER_VERSION = "0.9.5"
SERVER_VERSION = "0.9.6"
_logger_initialized = False