diff --git a/charts/pleco/Chart.yaml b/charts/pleco/Chart.yaml index 34903d1..75f123f 100644 --- a/charts/pleco/Chart.yaml +++ b/charts/pleco/Chart.yaml @@ -3,6 +3,6 @@ name: pleco description: Automatically removes Cloud managed services and Kubernetes resources based on tags with TTL type: application home: https://github.com/Qovery/pleco -version: 0.20.3 -appVersion: 0.20.3 +version: 0.20.4 +appVersion: 0.20.4 icon: https://github.com/Qovery/pleco/raw/main/assets/pleco_logo.png diff --git a/cmd/version.go b/cmd/version.go index 619a826..8808d72 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -20,5 +20,5 @@ func init() { } func GetCurrentVersion() string { - return "0.20.3" // ci-version-check + return "0.20.4" // ci-version-check }