From fbe846068aab149e49bbb3e40eb123d6f2ebb36e Mon Sep 17 00:00:00 2001 From: ZacharyZcR Date: Sun, 10 Aug 2025 04:07:29 +0800 Subject: [PATCH] =?UTF-8?q?version:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E4=B8=BAv2.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Common/globals.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/globals.go b/Common/globals.go index 5ef7259..247d83d 100644 --- a/Common/globals.go +++ b/Common/globals.go @@ -20,7 +20,7 @@ globals.go - 全局变量定义 // 版本信息 // ============================================================================= -var version = "2.1.0" +var version = "2.2.0" // ============================================================================= // 简化的全局状态管理(仅保留必要的同步机制)