Skip to content

Commit

Permalink
fix(panic): update version
Browse files Browse the repository at this point in the history
  • Loading branch information
lc committed Nov 2, 2023
1 parent 6dae657 commit 4fa052d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/providers/providers.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/valyala/fasthttp"
)

const Version = `2.2.0`
const Version = `2.2.1`

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

0 comments on commit 4fa052d

Please sign in to comment.