From 4c58843033221d3157821911ab669ad887e975e1 Mon Sep 17 00:00:00 2001 From: ZacharyZcR Date: Sat, 25 Apr 2026 17:43:53 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=89=88=E6=9C=AC=E5=8F=B7=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E4=B8=BA=202.1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- README_EN.md | 2 +- common/globals.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6c28e9c..cd54550 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ 内网综合扫描工具,一键自动化漏扫。 -**版本**: 2.1.1 +**版本**: 2.1.2 ## 功能特性 diff --git a/README_EN.md b/README_EN.md index b5213b5..cbaca5d 100644 --- a/README_EN.md +++ b/README_EN.md @@ -4,7 +4,7 @@ Comprehensive intranet scanning tool for automated vulnerability assessment. -**Version**: 2.1.1 +**Version**: 2.1.2 ## Features diff --git a/common/globals.go b/common/globals.go index bebeea4..fd0ddc8 100644 --- a/common/globals.go +++ b/common/globals.go @@ -62,7 +62,7 @@ const ( // 版本信息,通过 ldflags 注入 var ( - version = "2.1.1" + version = "2.1.2" commit = "unknown" date = "unknown" )