From 448956b01ddcaa494f4c319eca2bdadc5f463ab0 Mon Sep 17 00:00:00 2001 From: lc Date: Sat, 23 Jul 2022 13:31:35 -0500 Subject: [PATCH] fix(gau): fix urlscan --- pkg/providers/providers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/providers/providers.go b/pkg/providers/providers.go index e9c3dda..0766359 100644 --- a/pkg/providers/providers.go +++ b/pkg/providers/providers.go @@ -5,7 +5,7 @@ import ( "github.com/valyala/fasthttp" ) -const Version = `2.1.1` +const Version = `2.1.2` // Provider is a generic interface for all archive fetchers type Provider interface {