From 61d6bffc1d44a9c32ad2a0a645017315af71cc28 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 12:36:14 +0000 Subject: [PATCH] Release extension version 0.4.3 (#71) Co-authored-by: cjlapao --- helm/Chart.yaml | 4 ++-- src/docs/docs.go | 2 +- src/docs/swagger.json | 2 +- src/docs/swagger.yaml | 2 +- src/main.go | 4 ++-- version.json | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 3626426a..f1b6240a 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -15,5 +15,5 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: "0.4.2" -appVersion: "0.4.2" +version: "0.4.3" +appVersion: "0.4.3" diff --git a/src/docs/docs.go b/src/docs/docs.go index cb4fcd8c..9533c3bb 100644 --- a/src/docs/docs.go +++ b/src/docs/docs.go @@ -6392,7 +6392,7 @@ const docTemplate = `{ // SwaggerInfo holds exported Swagger Info so clients can modify it var SwaggerInfo = &swag.Spec{ - Version: "0.4.2", + Version: "0.4.3", Host: "", BasePath: "/api", Schemes: []string{}, diff --git a/src/docs/swagger.json b/src/docs/swagger.json index d40b3f8a..05bf9267 100644 --- a/src/docs/swagger.json +++ b/src/docs/swagger.json @@ -13,7 +13,7 @@ "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "0.4.2" + "version": "0.4.3" }, "basePath": "/api", "paths": { diff --git a/src/docs/swagger.yaml b/src/docs/swagger.yaml index 5bc01439..f26f3587 100644 --- a/src/docs/swagger.yaml +++ b/src/docs/swagger.yaml @@ -1323,7 +1323,7 @@ info: url: http://www.apache.org/licenses/LICENSE-2.0.html termsOfService: http://swagger.io/terms/ title: Parallels Desktop API - version: 0.4.2 + version: 0.4.3 paths: /health/probe: get: diff --git a/src/main.go b/src/main.go index 73b507e2..b83c3745 100644 --- a/src/main.go +++ b/src/main.go @@ -6,11 +6,11 @@ import ( "github.com/cjlapao/common-go/version" ) -var ver = "0.4.2" +var ver = "0.4.3" var versionSvc = version.Get() // @title Parallels Desktop API -// @version 0.4.2 +// @version 0.4.3 // @description Parallels Desktop API Service // @termsOfService http://swagger.io/terms/ diff --git a/version.json b/version.json index c3520f0e..1c08e57a 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "0.4.2" + "version": "0.4.3" }