Skip to content

Commit d400307

Browse files
committed
version update
1 parent e1121f9 commit d400307

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55

66
version: 2
77
updates:
8-
9-
# Maintain dependencies for go modules
108
- package-ecosystem: "gomod"
119
directory: "/"
1210
schedule:
@@ -15,10 +13,13 @@ updates:
1513
commit-message:
1614
prefix: "chore"
1715
include: "scope"
18-
labels:
19-
- "Type: Maintenance"
2016
allow:
2117
- dependency-name: "github.com/projectdiscovery/*"
18+
groups:
19+
modules:
20+
patterns: ["github.com/projectdiscovery/*"]
21+
labels:
22+
- "Type: Maintenance"
2223

2324
# # Maintain dependencies for docker
2425
# - package-ecosystem: "docker"

internal/runner/banner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const banner = `
1818
const ToolName = `dnsx`
1919

2020
// version is the current version of dnsx
21-
const version = `1.2.1`
21+
const version = `1.2.2`
2222

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

0 commit comments

Comments
 (0)