diff --git a/cmd/version/version.go b/cmd/version/version.go index 4af1ba0..e725a38 100644 --- a/cmd/version/version.go +++ b/cmd/version/version.go @@ -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 🤓") }, }