Skip to content

Commit 5193131

Browse files
committed
0.5.0
1 parent 1e7d0bd commit 5193131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ var versionCmd = &cobra.Command{
1010
Short: "Print the version number of fan2go",
1111
Long: `All software has versions. This is fan2go's`,
1212
Run: func(cmd *cobra.Command, args []string) {
13-
ui.Printfln("0.4.1")
13+
ui.Printfln("0.5.0")
1414
},
1515
}
1616

0 commit comments

Comments
 (0)