Merge pull request #3201 from xinnan-tech/0.9.4

Bump to 0.9.4
This commit is contained in:
欣南科技
2026-06-03 09:08:43 +08:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
@@ -324,7 +324,7 @@ public interface Constant {
/**
* 版本号
*/
public static final String VERSION = "0.9.3";
public static final String VERSION = "0.9.4";
/**
* 无效固件URL
@@ -265,7 +265,7 @@ function showAbout() {
title: t('settings.aboutApp', { appName: import.meta.env.VITE_APP_TITLE }),
content: t('settings.aboutContent', {
appName: import.meta.env.VITE_APP_TITLE,
version: '0.9.3'
version: '0.9.4'
}),
showCancel: false,
confirmText: t('common.confirm'),
+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.9.3"
SERVER_VERSION = "0.9.4"
_logger_initialized = False