From 8f03bbfde41367885f7248f8a4cd583a58d9a61f Mon Sep 17 00:00:00 2001 From: shinya Date: Mon, 28 Jul 2025 10:51:36 +0800 Subject: [PATCH] fix: version --- VERSION.txt | 2 +- src/lib/version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION.txt b/VERSION.txt index 6abd966..772c3e7 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -20250728012011 \ No newline at end of file +20250728105125 \ No newline at end of file diff --git a/src/lib/version.ts b/src/lib/version.ts index 5a85921..2606cd3 100644 --- a/src/lib/version.ts +++ b/src/lib/version.ts @@ -2,7 +2,7 @@ 'use client'; -const CURRENT_VERSION = '20250728012011'; +const CURRENT_VERSION = '20250728105125'; // 版本检查结果枚举 export enum UpdateStatus {