diff --git a/cmd/root.go b/cmd/root.go index f8eae30..356771b 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -67,7 +67,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) { - fmt.Println("0.0.8") + fmt.Println("0.0.9") }, }