update:发行新版本

This commit is contained in:
hrz
2025-07-11 09:14:34 +08:00
parent 2fbee33185
commit cd58b3a39a
2 changed files with 2 additions and 2 deletions
@@ -237,7 +237,7 @@ public interface Constant {
/**
* 版本号
*/
public static final String VERSION = "0.6.3";
public static final String VERSION = "0.7.1";
/**
* 无效固件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.6.3"
SERVER_VERSION = "0.7.1"
_logger_initialized = False