From baec416df7d2396d1bc3ff554de6b156ce86678a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BB=9D=E5=B0=98?= <237809796@qq.com> Date: Mon, 8 Jun 2026 13:40:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83:=20v0.2.2?= 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 fbba9d8..3a4cf2d 100644 --- a/internal/update.go +++ b/internal/update.go @@ -14,7 +14,7 @@ import ( ) // Version 当前版本,发布时更新 -const Version = "0.2.1" +const Version = "0.2.2" // --- 远程 JSON 结构 ---