Skip to content

Commit

Permalink
fix(gau): bump version, retract older versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lc committed Jan 18, 2022
1 parent 4d5df1a commit 59882a1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,10 @@ require (
gopkg.in/ini.v1 v1.64.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)

retract (
v2.0.7
v2.0.3
v2.0.2
v2.0.1
)
2 changes: 1 addition & 1 deletion pkg/providers/providers.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"github.com/valyala/fasthttp"
)

const Version = `2.0.7`
const Version = `2.0.8`

// Provider is a generic interface for all archive fetchers
type Provider interface {
Expand Down

0 comments on commit 59882a1

Please sign in to comment.