diff --git a/docs/docs.go b/docs/docs.go index e9a7fc1..c62b164 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -2129,7 +2129,7 @@ const docTemplate = `{ // SwaggerInfo holds exported Swagger Info so clients can modify it var SwaggerInfo = &swag.Spec{ - Version: "0.1.0", + Version: "0.1.1", Host: "localhost:8080", BasePath: "/api", Schemes: []string{"http"}, diff --git a/docs/swagger.json b/docs/swagger.json index bbb0682..a1eac57 100644 --- a/docs/swagger.json +++ b/docs/swagger.json @@ -14,7 +14,7 @@ "name": "GPLv3", "url": "https://www.gnu.org/licenses/gpl-3.0.html" }, - "version": "0.1.0" + "version": "0.1.1" }, "host": "localhost:8080", "basePath": "/api", diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 212d28a..e84d1f0 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -221,7 +221,7 @@ info: name: GPLv3 url: https://www.gnu.org/licenses/gpl-3.0.html title: Goyco API - version: 0.1.0 + version: 0.1.1 paths: /api: get: