We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a76b559 commit 9986743Copy full SHA for 9986743
v2/pkg/runner/banners.go
@@ -17,7 +17,7 @@ const banner = `
17
const ToolName = `subfinder`
18
19
// Version is the current version of subfinder
20
-const version = `v2.6.3-dev`
+const version = `v2.6.3`
21
22
// showBanner is used to show the banner to the user
23
func showBanner() {
0 commit comments