Bump to 0.9.6

This commit is contained in:
hrz
2026-07-24 09:53:03 +08:00
parent 27e57631a7
commit 9da58e254c
3 changed files with 3 additions and 3 deletions
@@ -324,7 +324,7 @@ public interface Constant {
/**
* 版本号
*/
public static final String VERSION = "0.9.5";
public static final String VERSION = "0.9.6";
/**
* 无效固件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.5',
version: '0.9.6',
}),
showCancel: false,
confirmText: t('common.confirm'),
+1 -1
View File
@@ -6,7 +6,7 @@ from config.config_loader import load_config
from config.settings import check_config_file
from core.utils.cache.manager import cache_manager, CacheType
SERVER_VERSION = "0.9.5"
SERVER_VERSION = "0.9.6"
_logger_initialized = False