chore: 版本号更新为 2.2.0-rc

- README/README_EN 版本标记更新
- globals.go version 常量更新
- 移除 Issue 模板中不可用的安全报告链接
This commit is contained in:
ZacharyZcR
2026-06-01 08:20:01 +08:00
parent c43982f834
commit 019d13c9d4
4 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ const (
// 版本信息,通过 ldflags 注入
var (
version = "2.1.4"
version = "2.2.0-rc"
commit = "unknown"
date = "unknown"
)