Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markusressel committed Apr 2, 2022
1 parent 1dda0d1 commit 24e13cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var versionCmd = &cobra.Command{
Short: "Print the version number of fan2go",
Long: `All software has versions. This is fan2go's`,
Run: func(cmd *cobra.Command, args []string) {
ui.Printfln("0.5.0")
ui.Printfln("0.6.0")
},
}

Expand Down

0 comments on commit 24e13cf

Please sign in to comment.