From a6d5c024e782a2ef93f9ba05d88417b3c4db8b5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BB=9D=E5=B0=98?= <237809796@qq.com> Date: Fri, 22 May 2026 16:25:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83:=20v0.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/update.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/update.go b/internal/update.go index 049eca1..3cdc426 100644 --- a/internal/update.go +++ b/internal/update.go @@ -15,7 +15,7 @@ import ( ) // Version 当前版本,发布时更新 -const Version = "0.1.0" +const Version = "0.1.1" // --- 远程 JSON 结构 ---