Skip to content

Commit

Permalink
Release extension version 0.4.4 (#76)
Browse files Browse the repository at this point in the history
Co-authored-by: cjlapao <[email protected]>
  • Loading branch information
github-actions[bot] and cjlapao authored Jan 16, 2024
1 parent d9479ed commit 02570ac
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion src/docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{},
Expand Down
2 changes: 1 addition & 1 deletion src/docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions src/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.4.3"
"version": "0.4.4"
}

0 comments on commit 02570ac

Please sign in to comment.