Skip to content

Commit

Permalink
Bump version to 0.48.23
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 8, 2024
1 parent 4262293 commit 17392d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/version/versions.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.48.22
0.48.23
2 changes: 1 addition & 1 deletion cli/cmd/up.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
)

// The version is auto updated by the release pipeline, do not change it manually
const SymphonyAPIVersion = "0.48.22"
const SymphonyAPIVersion = "0.48.23"
const KANPortalVersion = "0.39.0-main-603f4b9-amd64"

var (
Expand Down
4 changes: 2 additions & 2 deletions packages/helm/symphony/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: symphony
description: A Helm chart for Symphony control plane
type: application
# The version is auto updated by the release pipeline, do not change it manually
version: "0.48.22"
version: "0.48.23"
# The version is auto updated by the release pipeline, do not change it manually
appVersion: "0.48.22"
appVersion: "0.48.23"
dependencies:
- name: cert-manager
version: "1.13.1"
Expand Down

0 comments on commit 17392d8

Please sign in to comment.