Skip to content

Commit

Permalink
chore: release candidate (#1403)
Browse files Browse the repository at this point in the history
  • Loading branch information
ubogdan committed Dec 2, 2022
1 parent e50db3e commit 2c530ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
images: ghcr.io/swaggo/swag

- name: Build image and push to GitHub Container Registry
uses: docker/build-push-action@v3
uses: docker/build-push-action@v2
with:
context: .
push: true
Expand Down
2 changes: 1 addition & 1 deletion version.go
@@ -1,4 +1,4 @@
package swag

// Version of swag.
const Version = "v1.8.8"
const Version = "v1.8.9-rc1"

0 comments on commit 2c530ea

Please sign in to comment.