1 parent 0f24cac commit 3db91f8Copy full SHA for 3db91f8
1 file changed
cmd/version.go
@@ -15,6 +15,6 @@ var versionCmd = &cobra.Command{
15
Short: "Print the version number of goinit",
16
Long: `All software has versions. This is goinit's`,
17
Run: func(cmd *cobra.Command, args []string) {
18
- fmt.Println("goinit version v0.4.3")
+ fmt.Println("goinit version v0.4.4")
19
},
20
}
0 commit comments