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 结构 ---