From 75264522e8843a94481bfe920e3579ae7ca80e1a Mon Sep 17 00:00:00 2001 From: Markus Ressel Date: Wed, 27 Jan 2021 02:35:08 +0100 Subject: [PATCH] 0.0.12 --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index a506d8b..e1e446b 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -68,7 +68,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.11") + fmt.Println("0.0.12") }, }