diff --git a/VERSION b/VERSION index dd7003a8..e284aae3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v2.0.0-rc1 \ No newline at end of file +v2.0.0-rc2 \ No newline at end of file diff --git a/docs/docs.go b/docs/docs.go index 96196fb4..bccb72d0 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -2573,7 +2573,7 @@ const docTemplate = `{ // SwaggerInfo holds exported Swagger Info so clients can modify it var SwaggerInfo = &swag.Spec{ - Version: "v2.0.0-rc1", + Version: "v2.0.0-rc2", Host: "localhost:8080", BasePath: "", Schemes: []string{}, diff --git a/docs/openapi.json b/docs/openapi.json index 8064438a..f01988db 100644 --- a/docs/openapi.json +++ b/docs/openapi.json @@ -8,7 +8,7 @@ "url" : "http://www.apache.org/licenses/LICENSE-2.0.html" }, "title" : "Backup Service REST API Specification", - "version" : "v2.0.0-rc1" + "version" : "v2.0.0-rc2" }, "externalDocs" : { "description" : "OpenAPI", diff --git a/docs/openapi.yaml b/docs/openapi.yaml index 407aaa3a..0c9145a4 100644 --- a/docs/openapi.yaml +++ b/docs/openapi.yaml @@ -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-rc1 + version: v2.0.0-rc2 externalDocs: description: OpenAPI url: https://swagger.io/resources/open-api/ diff --git a/internal/server/handlers/info.go b/internal/server/handlers/info.go index add703f6..83a2e33c 100644 --- a/internal/server/handlers/info.go +++ b/internal/server/handlers/info.go @@ -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-rc1 +// @version v2.0.0-rc2 // @description Aerospike Backup Service // @license.name Apache 2.0 // @license.url http://www.apache.org/licenses/LICENSE-2.0.html