Skip to content

Commit

Permalink
Bump the version output
Browse files Browse the repository at this point in the history
  • Loading branch information
chclaus committed May 18, 2018
1 parent ae07dd6 commit 3d18b67
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 v1.0.0 🤓")
fmt.Println("dt - the dev toolbelt v1.0.2 🤓")
},
}

Expand Down

0 comments on commit 3d18b67

Please sign in to comment.