update:更新版本号

This commit is contained in:
hrz
2025-06-17 00:10:55 +08:00
parent e1d245068c
commit 33345817d2
2 changed files with 2 additions and 2 deletions
@@ -227,7 +227,7 @@ public interface Constant {
/**
* 版本号
*/
public static final String VERSION = "0.5.6";
public static final String VERSION = "0.5.7";
/**
* 无效固件URL
+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.5.6"
SERVER_VERSION = "0.5.7"
_logger_initialized = False