diff --git a/pkg/cmd/version.go b/pkg/cmd/version.go index 301b5fe9..bec1f64f 100644 --- a/pkg/cmd/version.go +++ b/pkg/cmd/version.go @@ -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") }, }