Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminch committed Nov 7, 2024
1 parent b6c66f2 commit f1bec66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/pleco/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
appVersion: 0.20.1
version: 0.20.2
appVersion: 0.20.2
icon: https://github.com/Qovery/pleco/raw/main/assets/pleco_logo.png
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ func init() {
}

func GetCurrentVersion() string {
return "0.20.1" // ci-version-check
return "0.20.2" // ci-version-check
}

0 comments on commit f1bec66

Please sign in to comment.