Skip to content

Commit

Permalink
Set cli version output 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chclaus committed Apr 27, 2018
1 parent a3fb894 commit 7250d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/version/version.go
Expand Up @@ -32,7 +32,7 @@ var versionCmd = &cobra.Command{
Short: "Prints the current version of the dt",
Long: "All software has versions. This is dt's",
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("dt - the dev toolbelt v0.1.3 🤓")
fmt.Println("dt - the dev toolbelt v0.2.0 🤓")
},
Example: ``,
}
Expand Down

0 comments on commit 7250d67

Please sign in to comment.