Skip to content

Commit

Permalink
chore: bump version to v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mgjules committed May 19, 2022
1 parent 5a90c6a commit bf5e3a7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ const docTemplate = `{

// SwaggerInfo holds exported Swagger Info so clients can modify it
var SwaggerInfo = &swag.Spec{
Version: "v0.3.1",
Version: "v0.3.2",
Host: "",
BasePath: "",
Schemes: []string{},
Expand Down
2 changes: 1 addition & 1 deletion docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"name": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "v0.3.1"
"version": "v0.3.2"
},
"paths": {
"/": {
Expand Down
2 changes: 1 addition & 1 deletion docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ info:
name: Apache 2.0
url: http://www.apache.org/licenses/LICENSE-2.0.html
title: Deckr
version: v0.3.1
version: v0.3.2
paths:
/:
get:
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

// @title Deckr
// @version v0.3.1
// @version v0.3.2
// @description A REST API for playing with a deck of cards.

// @contact.name Michaël Giovanni Jules
Expand Down

0 comments on commit bf5e3a7

Please sign in to comment.