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 ae07dd6 commit 3d18b67Copy full SHA for 3d18b67
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 v1.0.0 🤓")
+ fmt.Println("dt - the dev toolbelt v1.0.2 🤓")
36
},
37
}
38
0 commit comments