Skip to content

Commit 21d34e2

Browse files
NerzalTobias Theel
and
Tobias Theel
authored
add retract to fix proxy cache caused by accidentally pushed tags (#1562)
* add retract caused by accidentally pushed tags * update version to match new tag version --------- Co-authored-by: Tobias Theel <tt@fino.digital>
1 parent c14cc8e commit 21d34e2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

go.mod

+5
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,8 @@ require (
3030
gopkg.in/yaml.v2 v2.4.0 // indirect
3131
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
3232
)
33+
34+
retract (
35+
v1.9.0 // published accidentally
36+
v1.16.0 // published accidentally
37+
)

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package swag
22

33
// Version of swag.
4-
const Version = "v1.8.12"
4+
const Version = "v1.16.1"

0 commit comments

Comments
 (0)