diff --git a/cmd/root.go b/cmd/root.go index 6fec2a1..6b5c71b 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -6,7 +6,7 @@ import ( "github.com/spf13/cobra" ) -var version = "0.5.4" +var version = "0.6.0" var rootCmd = &cobra.Command{ Use: "ctask",