From 79a426007b2b2fdae5a2fc77d8bdf46aa18d5031 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Do=C4=9Fan=20Can=20Bak=C4=B1r?= Date: Thu, 18 Dec 2025 15:28:48 +0300 Subject: [PATCH] bump version --- pkg/runner/banners.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/runner/banners.go b/pkg/runner/banners.go index c7768520..a91bbe83 100644 --- a/pkg/runner/banners.go +++ b/pkg/runner/banners.go @@ -17,7 +17,7 @@ const banner = ` const ToolName = `subfinder` // Version is the current version of subfinder -const version = `v2.10.1` +const version = `v2.11.0` // showBanner is used to show the banner to the user func showBanner() {