Skip to content

Commit

Permalink
fix: Prepare to release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
achetronic committed Aug 26, 2024
1 parent b834024 commit c2e0cf2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/hitman/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ type: application
description: >-
A Helm chart for Hitman, a daemon for Kubernetes to kill
target resources under user-defined templated conditions
version: 0.2.0 # chart version
appVersion: "0.2.0" # application version
version: 0.2.1 # chart version
appVersion: "0.2.1" # application version
kubeVersion: ">=1.22.0-0" # kubernetes version
home: https://github.com/achetronic/hitman
sources:
Expand Down
2 changes: 1 addition & 1 deletion internal/cmd/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ func NewCommand() *cobra.Command {
}

func RunCommand(cmd *cobra.Command, args []string) {
fmt.Print("version: 0.1.0\n")
fmt.Print("version: 0.2.1\n")
}

0 comments on commit c2e0cf2

Please sign in to comment.