Merge pull request #1602 from xinnan-tech/py_fix_bug

update:更新版本号
This commit is contained in:
欣南科技
2025-06-17 00:11:52 +08:00
committed by GitHub
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