From 43ac3190c33e0e9070a725a7a6c288d05c543ee2 Mon Sep 17 00:00:00 2001 From: Markus Ressel Date: Sun, 22 Aug 2021 18:24:42 +0200 Subject: [PATCH] v0.0.17 --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 8ac17d0..3934f07 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -160,7 +160,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.16") + fmt.Println("0.0.17") }, }