fix(version): update APP_VERSION to 1.0.0

pull/1496/head
DrSmoothl 2026-02-17 18:52:06 +08:00
parent 6bb0bc9afc
commit 760561f45e
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

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}`