Update version.ts

This commit is contained in:
Katelya
2025-08-31 15:38:16 +08:00
committed by GitHub
parent 5e1b92fe88
commit c7bdf33c77
+1 -1
View File
@@ -2,7 +2,7 @@
'use client';
const CURRENT_VERSION = '20250928125318';
const CURRENT_VERSION = '20250831153112';
// 版本检查结果枚举
export enum UpdateStatus {