Skip to content

Commit

Permalink
Bumping version to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robscott committed Apr 26, 2021
1 parent 1305e3d commit bab14f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ var versionCmd = &cobra.Command{
Use: "version",
Short: "Print the version number of kube-capacity",
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("kube-capacity version 0.5.1")
fmt.Println("kube-capacity version 0.6.0")
},
}

0 comments on commit bab14f9

Please sign in to comment.