diff --git a/helm/Chart.yaml b/helm/Chart.yaml index f1b6240a..bfcb189b 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.3" -appVersion: "0.4.3" +version: "0.4.4" +appVersion: "0.4.4" diff --git a/src/docs/docs.go b/src/docs/docs.go index 9533c3bb..4ef02190 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.3", + Version: "0.4.4", Host: "", BasePath: "/api", Schemes: []string{}, diff --git a/src/docs/swagger.json b/src/docs/swagger.json index 05bf9267..fdfdb390 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.3" + "version": "0.4.4" }, "basePath": "/api", "paths": { diff --git a/src/docs/swagger.yaml b/src/docs/swagger.yaml index f26f3587..995c8c7e 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.3 + version: 0.4.4 paths: /health/probe: get: diff --git a/src/main.go b/src/main.go index b83c3745..4d7a65ed 100644 --- a/src/main.go +++ b/src/main.go @@ -6,11 +6,11 @@ import ( "github.com/cjlapao/common-go/version" ) -var ver = "0.4.3" +var ver = "0.4.4" var versionSvc = version.Get() // @title Parallels Desktop API -// @version 0.4.3 +// @version 0.4.4 // @description Parallels Desktop API Service // @termsOfService http://swagger.io/terms/ diff --git a/version.json b/version.json index 1c08e57a..fe2e6d5f 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "0.4.3" + "version": "0.4.4" }