Skip to content

Commit 4aedcb8

Browse files
authored
Merge pull request #2371 from xinnan-tech/voice-clone
update:升级版本号
2 parents 6ad9ae8 + 6c5bd39 commit 4aedcb8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

main/manager-api/src/main/java/xiaozhi/common/constant/Constant.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

main/manager-mobile/src/pages/settings/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'),

main/xiaozhi-server/config/logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from config.settings import check_config_file
66
from datetime import datetime
77

8-
SERVER_VERSION = "0.8.4"
8+
SERVER_VERSION = "0.8.5"
99
_logger_initialized = False
1010

1111

0 commit comments

Comments
 (0)