From c7bdf33c77c11cbb2aa890e7d2fe40bb7e8d02fc Mon Sep 17 00:00:00 2001 From: Katelya <123220557+katelya77@users.noreply.github.com> Date: Sun, 31 Aug 2025 15:38:16 +0800 Subject: [PATCH] Update version.ts --- src/lib/version.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/version.ts b/src/lib/version.ts index c1a0e0d..0f8353c 100644 --- a/src/lib/version.ts +++ b/src/lib/version.ts @@ -2,7 +2,7 @@ 'use client'; -const CURRENT_VERSION = '20250928125318'; +const CURRENT_VERSION = '20250831153112'; // 版本检查结果枚举 export enum UpdateStatus {