chore: 版本号更新为2.1.1

This commit is contained in:
ZacharyZcR
2026-01-17 13:33:10 +08:00
parent b17061c98c
commit 04921829a8
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
内网综合扫描工具,一键自动化漏扫。
**版本**: 2.1.0 | **官网**: https://fscan.club/
**版本**: 2.1.1 | **官网**: https://fscan.club/
## 功能特性

View File

@@ -4,7 +4,7 @@
Comprehensive intranet scanning tool for automated vulnerability assessment.
**Version**: 2.1.0 | **Website**: https://fscan.club/
**Version**: 2.1.1 | **Website**: https://fscan.club/
## Features

View File

@@ -60,7 +60,7 @@ const (
LogLevelBaseInfoSuccess = "base,info,success"
)
const version = "2.1.0"
const version = "2.1.1"
// 运行时数据已迁移到Config对象中使用GetGlobalConfig()访问