Skip to content

Commit 30fdc93

Browse files
committed
version update
1 parent b283ea6 commit 30fdc93

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/dependabot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ updates:
1010
- package-ecosystem: "gomod"
1111
directory: "v2/"
1212
schedule:
13-
interval: "daily"
13+
interval: "weekly"
1414
target-branch: "dev"
1515
commit-message:
1616
prefix: "chore"

.github/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ changelog:
33
authors:
44
- dependabot
55
categories:
6-
- title: 🎉 Features
6+
- title: 🎉 New Features
77
labels:
88
- "Type: Enhancement"
9-
- title: 🐞 Bugs
9+
- title: 🐞 Bug Fixes
1010
labels:
1111
- "Type: Bug"
1212
- title: 🔨 Maintenance

v2/pkg/runner/banners.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const banner = `
1818
const ToolName = `subfinder`
1919

2020
// Version is the current version of subfinder
21-
const version = `v2.6.1`
21+
const version = `v2.6.2`
2222

2323
// showBanner is used to show the banner to the user
2424
func showBanner() {

0 commit comments

Comments
 (0)