We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9263ad5 commit 19fa9eeCopy full SHA for 19fa9ee
cmd/root.go
@@ -16,7 +16,7 @@ import (
16
var rootCmd = &cobra.Command{
17
Use: "asana <command> <subcommand> [flags]",
18
Short: "The Asana CLI tool",
19
- Version: "v0.0.2",
+ Version: "v0.1.0",
20
Long: `Work with Asana from the command line.`,
21
PersistentPreRunE: func(cmd *cobra.Command, args []string) error {
22
if cmd.HasParent() && cmd.Parent().Name() == "auth" {
0 commit comments