diff --git a/README.md b/README.md index 7191875..5b8e78f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ 内网综合扫描工具,一键自动化漏扫。 -**版本**: 2.1.0 | **官网**: https://fscan.club/ +**版本**: 2.1.1 | **官网**: https://fscan.club/ ## 功能特性 diff --git a/README_EN.md b/README_EN.md index 3e4e2df..e7ad008 100644 --- a/README_EN.md +++ b/README_EN.md @@ -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 diff --git a/common/globals.go b/common/globals.go index 483beaa..1cf8c42 100644 --- a/common/globals.go +++ b/common/globals.go @@ -60,7 +60,7 @@ const ( LogLevelBaseInfoSuccess = "base,info,success" ) -const version = "2.1.0" +const version = "2.1.1" // 运行时数据已迁移到Config对象中,使用GetGlobalConfig()访问