Skip to content

Commit

Permalink
chore: update version.go (#1169)
Browse files Browse the repository at this point in the history
  • Loading branch information
ubogdan committed Mar 30, 2022
1 parent 957b087 commit 050b0aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
test:
strategy:
matrix:
go: [ '1.15.x', '1.16.x', '1.17.x' ]
go: [ '1.15.x', '1.16.x', '1.17.x', '1.18.x' ]
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion version.go
@@ -1,4 +1,4 @@
package swag

// Version of swag.
const Version = "v1.8.0"
const Version = "v1.8.1"

0 comments on commit 050b0aa

Please sign in to comment.