Skip to content

Commit 38cc286

Browse files
authored
Merge 7c8a5f7 into c14cc8e
2 parents c14cc8e + 7c8a5f7 commit 38cc286

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)