From 7a222d225deace360f31293d2931580d3685f936 Mon Sep 17 00:00:00 2001 From: Markus Ressel Date: Tue, 9 Feb 2021 15:07:19 +0100 Subject: [PATCH] 0.0.13 --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 24ebe47..3b74adf 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.12") + fmt.Println("0.0.13") }, }