File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
manager-api/src/main/java/xiaozhi/common/constant
manager-mobile/src/pages/settings Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -294,7 +294,7 @@ enum ChatHistoryConfEnum {
294294 /**
295295 * 版本号
296296 */
297- public static final String VERSION = "0.8.4 " ;
297+ public static final String VERSION = "0.8.5 " ;
298298
299299 /**
300300 * 无效固件URL
Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ function showAbout() {
235235 title: t (' settings.aboutApp' , { appName: import .meta .env .VITE_APP_TITLE }),
236236 content: t (' settings.aboutContent' , {
237237 appName: import .meta .env .VITE_APP_TITLE ,
238- version: ' 0.8.4 '
238+ version: ' 0.8.5 '
239239 }),
240240 showCancel: false ,
241241 confirmText: t (' common.confirm' ),
Original file line number Diff line number Diff line change 55from config .settings import check_config_file
66from datetime import datetime
77
8- SERVER_VERSION = "0.8.4 "
8+ SERVER_VERSION = "0.8.5 "
99_logger_initialized = False
1010
1111
You can’t perform that action at this time.
0 commit comments