From e330600c74ce67af38600f716c899a6d1a76eb3d Mon Sep 17 00:00:00 2001 From: Markus Ressel Date: Wed, 3 Mar 2021 21:54:31 +0100 Subject: [PATCH] v0.0.16 --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 14144a7..a2329d4 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -73,7 +73,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.15") + fmt.Println("0.0.16") }, }