We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69833dd commit 970f082Copy full SHA for 970f082
pkg/providers/providers.go
@@ -7,7 +7,7 @@ import (
7
"github.com/valyala/fasthttp"
8
)
9
10
-const Version = `2.2.1`
+const Version = `2.2.2`
11
12
// Provider is a generic interface for all archive fetchers
13
type Provider interface {
0 commit comments