From 0eb0a8f14a93b1dde07cbccd18bfecf173b3e866 Mon Sep 17 00:00:00 2001 From: ZacharyZcR Date: Tue, 12 Aug 2025 16:31:31 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E5=88=B0v2.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 版本从2.2.0更新到2.2.1 - 反映新增的内存监控功能 --- Common/globals.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/globals.go b/Common/globals.go index 247d83d..4a9bcd8 100644 --- a/Common/globals.go +++ b/Common/globals.go @@ -20,7 +20,7 @@ globals.go - 全局变量定义 // 版本信息 // ============================================================================= -var version = "2.2.0" +var version = "2.2.1" // ============================================================================= // 简化的全局状态管理(仅保留必要的同步机制)