Skip to content

Commit

Permalink
fix: version
Browse files Browse the repository at this point in the history
  • Loading branch information
ikechan8370 committed Mar 8, 2024
1 parent 56be26e commit 5c544a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ const defaultConfig = {
translateSource: 'openai',
enableMd: false, // 第三方md,非QQBot。需要适配器实现segment.markdown和segment.button方可使用,否则不建议开启,会造成各种错误
enableToolbox: false, // 默认关闭工具箱节省占用和加速启动
version: 'v2.8.0'
version: 'v2.8.1'
}
const _path = process.cwd()
let config = {}
Expand Down

0 comments on commit 5c544a5

Please sign in to comment.