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