Skip to content

Commit 448956b

Browse files
author
lc
committed
fix(gau): fix urlscan
1 parent 293ed71 commit 448956b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/providers/providers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"github.com/valyala/fasthttp"
66
)
77

8-
const Version = `2.1.1`
8+
const Version = `2.1.2`
99

1010
// Provider is a generic interface for all archive fetchers
1111
type Provider interface {

0 commit comments

Comments
 (0)