Skip to content

Commit 3db91f8

Browse files
author
alpha
committed
update version
1 parent 0f24cac commit 3db91f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ var versionCmd = &cobra.Command{
1515
Short: "Print the version number of goinit",
1616
Long: `All software has versions. This is goinit's`,
1717
Run: func(cmd *cobra.Command, args []string) {
18-
fmt.Println("goinit version v0.4.3")
18+
fmt.Println("goinit version v0.4.4")
1919
},
2020
}

0 commit comments

Comments
 (0)