Skip to content

Commit 3d18b67

Browse files
committed
Bump the version output
1 parent ae07dd6 commit 3d18b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var versionCmd = &cobra.Command{
3232
Short: "Prints the current version of the dt",
3333
Long: "All software has versions. This is dt's",
3434
Run: func(cmd *cobra.Command, args []string) {
35-
fmt.Println("dt - the dev toolbelt v1.0.0 🤓")
35+
fmt.Println("dt - the dev toolbelt v1.0.2 🤓")
3636
},
3737
}
3838

0 commit comments

Comments
 (0)