We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3fb894 commit 7250d67Copy full SHA for 7250d67
cmd/version/version.go
@@ -32,7 +32,7 @@ var versionCmd = &cobra.Command{
32
Short: "Prints the current version of the dt",
33
Long: "All software has versions. This is dt's",
34
Run: func(cmd *cobra.Command, args []string) {
35
- fmt.Println("dt - the dev toolbelt v0.1.3 🤓")
+ fmt.Println("dt - the dev toolbelt v0.2.0 🤓")
36
},
37
Example: ``,
38
}
0 commit comments