Skip to content

Commit

Permalink
add retract to fix proxy cache caused by accidentally pushed tags (#1562
Browse files Browse the repository at this point in the history
)

* add retract caused by accidentally pushed tags

* update version to match new tag version

---------

Co-authored-by: Tobias Theel <[email protected]>
  • Loading branch information
Nerzal and Tobias Theel authored Apr 19, 2023
1 parent c14cc8e commit 21d34e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@ require (
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)

retract (
v1.9.0 // published accidentally
v1.16.0 // published accidentally
)
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package swag

// Version of swag.
const Version = "v1.8.12"
const Version = "v1.16.1"

0 comments on commit 21d34e2

Please sign in to comment.