Merge pull request #1923 from xinnan-tech/update-version

update:升级版本号
This commit is contained in:
欣南科技
2025-07-26 11:47:15 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -237,7 +237,7 @@ public interface Constant {
/**
* 版本号
*/
public static final String VERSION = "0.7.2";
public static final String VERSION = "0.7.3";
/**
* 无效固件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.7.2"
SERVER_VERSION = "0.7.3"
_logger_initialized = False