From 59d0e9afb47edf23cf305c3dfd76112e0243d603 Mon Sep 17 00:00:00 2001 From: Eugene R Date: Wed, 3 Apr 2024 10:46:16 +0300 Subject: [PATCH] Set version 0.3.0 (#179) set version 0.3.0 --- VERSION | 2 +- docs/docs.go | 2 +- docs/openapi.json | 2 +- docs/openapi.yaml | 2 +- internal/server/server.go | 2 +- internal/util/version.go | 2 +- packages/README.md | 4 ++-- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/VERSION b/VERSION index 341cf11f..9325c3cc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.0 \ No newline at end of file +0.3.0 \ No newline at end of file diff --git a/docs/docs.go b/docs/docs.go index d929c9b6..555bb22e 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -2373,7 +2373,7 @@ const docTemplate = `{ // SwaggerInfo holds exported Swagger Info so clients can modify it var SwaggerInfo = &swag.Spec{ - Version: "0.2.0", + Version: "0.3.0", Host: "localhost:8080", BasePath: "", Schemes: []string{}, diff --git a/docs/openapi.json b/docs/openapi.json index fa78e0db..721b2140 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" : "0.2.0" + "version" : "0.3.0" }, "externalDocs" : { "description" : "OpenAPI", diff --git a/docs/openapi.yaml b/docs/openapi.yaml index c4a5fdd3..9339fdbd 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: 0.2.0 + version: 0.3.0 externalDocs: description: OpenAPI url: https://swagger.io/resources/open-api/ diff --git a/internal/server/server.go b/internal/server/server.go index bc29005d..23bd19fb 100644 --- a/internal/server/server.go +++ b/internal/server/server.go @@ -87,7 +87,7 @@ type HTTPServer struct { // Annotations to generate OpenAPI description (https://github.com/swaggo/swag) // @title Backup Service REST API Specification -// @version 0.2.0 +// @version 0.3.0 // @description Aerospike Backup Service // @license.name Apache 2.0 // @license.url http://www.apache.org/licenses/LICENSE-2.0.html diff --git a/internal/util/version.go b/internal/util/version.go index 4db259f7..8d111633 100644 --- a/internal/util/version.go +++ b/internal/util/version.go @@ -1,3 +1,3 @@ package util -const Version = "0.2.0" +const Version = "0.3.0" diff --git a/packages/README.md b/packages/README.md index 09ed9a11..ad9c4ccb 100644 --- a/packages/README.md +++ b/packages/README.md @@ -4,7 +4,7 @@ ### Installation ```shell -sudo dpkg -i aerospike-backup-service_0.2.0-1_amd64.deb +sudo dpkg -i aerospike-backup-service_0.3.0-1_amd64.deb ``` ### Verify Installation @@ -69,7 +69,7 @@ sudo rm -rf /var/lib/aerospike-backup-service ### Installation ```shell -sudo rpm -i aerospike-backup-service-0.2.0-1.x86_64.rpm +sudo rpm -i aerospike-backup-service-0.3.0-1.x86_64.rpm ``` ### Verify Installation