fix: changes

This commit is contained in:
SengokuCola
2025-04-04 14:17:13 +08:00
parent 00b523acc3
commit 579d6b0a1a
4 changed files with 7 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ logger = get_module_logger("config", config=config_config)
#考虑到实际上配置文件中的mai_version是不会自动更新的,所以采用硬编码
mai_version_main = "test-0.6.0"
mai_version_fix = "snapshot-8"
mai_version_fix = "snapshot-9"
mai_version = f"{mai_version_main}-{mai_version_fix}"
def update_config():