fixed:版本检查问题

This commit is contained in:
djteang 2025-09-21 09:16:01 +08:00
parent f3138e9681
commit a5e9ce41f1
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
/* eslint-disable no-console */
const CURRENT_VERSION = '8.9.0';
const CURRENT_VERSION = '8.9.5';
// 导出当前版本号供其他地方使用
export { CURRENT_VERSION };