chore: 版本号更新为 2.1.2

This commit is contained in:
ZacharyZcR
2026-04-25 17:43:53 +08:00
parent 760c8ea502
commit 4c58843033
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
内网综合扫描工具,一键自动化漏扫。 内网综合扫描工具,一键自动化漏扫。
**版本**: 2.1.1 **版本**: 2.1.2
## 功能特性 ## 功能特性
+1 -1
View File
@@ -4,7 +4,7 @@
Comprehensive intranet scanning tool for automated vulnerability assessment. Comprehensive intranet scanning tool for automated vulnerability assessment.
**Version**: 2.1.1 **Version**: 2.1.2
## Features ## Features
+1 -1
View File
@@ -62,7 +62,7 @@ const (
// 版本信息,通过 ldflags 注入 // 版本信息,通过 ldflags 注入
var ( var (
version = "2.1.1" version = "2.1.2"
commit = "unknown" commit = "unknown"
date = "unknown" date = "unknown"
) )