update:更新版本号 (#874)

This commit is contained in:
hrz
2025-04-18 00:51:09 +08:00
committed by GitHub
parent 6282ef14e8
commit bd2e2e77d5
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import sys
from loguru import logger
from config.config_loader import load_config
SERVER_VERSION = "0.3.5"
SERVER_VERSION = "0.3.6"
def get_module_abbreviation(module_name, module_dict):