fix(version): update APP_VERSION to 1.0.0

This commit is contained in:
DrSmoothl
2026-02-17 18:52:06 +08:00
parent 6bb0bc9afc
commit 760561f45e

View File

@@ -5,7 +5,7 @@
* 修改此处的版本号后,所有展示版本的地方都会自动更新
*/
export const APP_VERSION = '0.12.2'
export const APP_VERSION = '1.0.0'
export const APP_NAME = 'MaiBot Dashboard'
export const APP_FULL_NAME = `${APP_NAME} v${APP_VERSION}`