Skip to content

Commit

Permalink
Release: v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davi17g committed Dec 29, 2024
1 parent ce91bec commit 7b591da
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.0.0
v2.0.1
2 changes: 1 addition & 1 deletion docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -2573,7 +2573,7 @@ const docTemplate = `{

// SwaggerInfo holds exported Swagger Info so clients can modify it
var SwaggerInfo = &swag.Spec{
Version: "v2.0.0",
Version: "v2.0.1",
Host: "localhost:8080",
BasePath: "",
Schemes: []string{},
Expand Down
2 changes: 1 addition & 1 deletion docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url" : "http://www.apache.org/licenses/LICENSE-2.0.html"
},
"title" : "Backup Service REST API Specification",
"version" : "v2.0.0"
"version" : "v2.0.1"
},
"externalDocs" : {
"description" : "OpenAPI",
Expand Down
2 changes: 1 addition & 1 deletion docs/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ info:
name: Apache 2.0
url: http://www.apache.org/licenses/LICENSE-2.0.html
title: Backup Service REST API Specification
version: v2.0.0
version: v2.0.1
externalDocs:
description: OpenAPI
url: https://swagger.io/resources/open-api/
Expand Down
2 changes: 1 addition & 1 deletion internal/server/handlers/info.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package handlers

// Annotations to generate OpenAPI description (https://github.com/swaggo/swag)
// @title Backup Service REST API Specification
// @version v2.0.0
// @version v2.0.1
// @description Aerospike Backup Service
// @license.name Apache 2.0
// @license.url http://www.apache.org/licenses/LICENSE-2.0.html
Expand Down

0 comments on commit 7b591da

Please sign in to comment.