Skip to content

Commit

Permalink
Set version 0.3.0 (#179)
Browse files Browse the repository at this point in the history
set version 0.3.0
  • Loading branch information
reugn authored Apr 3, 2024
1 parent 28cda7b commit 59d0e9a
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.3.0
2 changes: 1 addition & 1 deletion docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{},
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" : "0.2.0"
"version" : "0.3.0"
},
"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: 0.2.0
version: 0.3.0
externalDocs:
description: OpenAPI
url: https://swagger.io/resources/open-api/
Expand Down
2 changes: 1 addition & 1 deletion internal/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion internal/util/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package util

const Version = "0.2.0"
const Version = "0.3.0"
4 changes: 2 additions & 2 deletions packages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 59d0e9a

Please sign in to comment.