From 760561f45e3dd83b536ab47e366ed954c1c63bea Mon Sep 17 00:00:00 2001 From: DrSmoothl <1787882683@qq.com> Date: Tue, 17 Feb 2026 18:52:06 +0800 Subject: [PATCH] fix(version): update APP_VERSION to 1.0.0 --- dashboard/src/lib/version.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src/lib/version.ts b/dashboard/src/lib/version.ts index 38609c84..4b85d2b2 100644 --- a/dashboard/src/lib/version.ts +++ b/dashboard/src/lib/version.ts @@ -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}`