Skip to content

Commit

Permalink
Increase version number to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanGzzBen committed Sep 1, 2021
1 parent d7d02d1 commit be0179e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/v1/docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ type swaggerInfo struct {

// SwaggerInfo holds exported Swagger Info so clients can modify it
var SwaggerInfo = swaggerInfo{
Version: "v1.0.3",
Version: "v1.0.4",
Host: "localhost:8080",
BasePath: "/v1",
Schemes: []string{},
Expand Down
2 changes: 1 addition & 1 deletion api/v1/docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"name": "MIT License",
"url": "https://mit-license.org/"
},
"version": "v1.0.3"
"version": "v1.0.4"
},
"host": "localhost:8080",
"basePath": "/v1",
Expand Down
2 changes: 1 addition & 1 deletion api/v1/docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ info:
name: MIT License
url: https://mit-license.org/
title: Ingenialists API V1
version: v1.0.3
version: v1.0.4
paths:
/articles:
get:
Expand Down
2 changes: 1 addition & 1 deletion api/v1/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

// @title Ingenialists API V1
// @version v1.0.3
// @version v1.0.4
// @description This is Ingenialist's API
//
// @contact.name JonathanGzzBen
Expand Down

0 comments on commit be0179e

Please sign in to comment.