From d0cbbaa67792ea38c07c01c0223769c623986fb4 Mon Sep 17 00:00:00 2001 From: Markus Ressel Date: Tue, 21 Dec 2021 04:39:06 +0100 Subject: [PATCH] 0.4.0 --- cmd/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/version.go b/cmd/version.go index 7b1bbd0..8a6fa70 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -10,7 +10,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) { - ui.Printfln("0.3.0") + ui.Printfln("0.4.0") }, }