From 970f082d2d0ea5969e35561efc875a181b45642e Mon Sep 17 00:00:00 2001 From: lc Date: Tue, 14 May 2024 08:14:48 -0500 Subject: [PATCH] bump version --- 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 942ac1c..95599b9 100644 --- a/pkg/providers/providers.go +++ b/pkg/providers/providers.go @@ -7,7 +7,7 @@ import ( "github.com/valyala/fasthttp" ) -const Version = `2.2.1` +const Version = `2.2.2` // Provider is a generic interface for all archive fetchers type Provider interface {