Skip to content

Commit 59882a1

Browse files
committed
fix(gau): bump version, retract older versions
1 parent 4d5df1a commit 59882a1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

go.mod

+7
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,10 @@ require (
3232
gopkg.in/ini.v1 v1.64.0 // indirect
3333
gopkg.in/yaml.v2 v2.4.0 // indirect
3434
)
35+
36+
retract (
37+
v2.0.7
38+
v2.0.3
39+
v2.0.2
40+
v2.0.1
41+
)

pkg/providers/providers.go

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

8-
const Version = `2.0.7`
8+
const Version = `2.0.8`
99

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

0 commit comments

Comments
 (0)