Skip to content

Commit

Permalink
chore: bump version to v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mgjules committed May 14, 2022
1 parent 6f403d0 commit 0d7576e
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 @@ -365,7 +365,7 @@ const docTemplate = `{

// SwaggerInfo holds exported Swagger Info so clients can modify it
var SwaggerInfo = &swag.Spec{
Version: "v0.1.2",
Version: "v0.1.3",
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.1.2"
"version": "v0.1.3"
},
"paths": {
"/": {
Expand Down
2 changes: 1 addition & 1 deletion docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ info:
name: Apache 2.0
url: http://www.apache.org/licenses/LICENSE-2.0.html
title: Deckr
version: v0.1.2
version: v0.1.3
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.1.2
// @version v0.1.3
// @description A REST API for playing with a deck of cards.

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

0 comments on commit 0d7576e

Please sign in to comment.