update:修改版本号

This commit is contained in:
hrz
2025-06-13 11:21:53 +08:00
parent 2bd8afcc89
commit 44f64fa336
2 changed files with 2 additions and 2 deletions
@@ -227,7 +227,7 @@ public interface Constant {
/**
* 版本号
*/
public static final String VERSION = "0.5.5";
public static final String VERSION = "0.5.6";
/**
* 无效固件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.5"
SERVER_VERSION = "0.5.6"
_logger_initialized = False