From 657a0b94fa44ad53e75e2ddbb544a8f54df0f1be Mon Sep 17 00:00:00 2001 From: veith Date: Tue, 11 Jan 2022 13:20:44 +0100 Subject: [PATCH] chore: version number --- furo/cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/furo/cmd/root.go b/furo/cmd/root.go index 6e9afcc..695dcaf 100644 --- a/furo/cmd/root.go +++ b/furo/cmd/root.go @@ -50,7 +50,7 @@ Modify your default flow in the .furo config file to your needs. You can set any Run: func(cmd *cobra.Command, args []string) { runner.Run(cmd, args) }, - Version: "1.31.0", + Version: "1.32.0", } // Execute adds all child commands to the root command and sets flags appropriately.