Skip to content

Commit 19fa9ee

Browse files
committed
build: update cli version
1 parent 9263ad5 commit 19fa9ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
var rootCmd = &cobra.Command{
1717
Use: "asana <command> <subcommand> [flags]",
1818
Short: "The Asana CLI tool",
19-
Version: "v0.0.2",
19+
Version: "v0.1.0",
2020
Long: `Work with Asana from the command line.`,
2121
PersistentPreRunE: func(cmd *cobra.Command, args []string) error {
2222
if cmd.HasParent() && cmd.Parent().Name() == "auth" {

0 commit comments

Comments
 (0)