From 8bb4a9120a259ed8d3eaec0a41a436f2f999b032 Mon Sep 17 00:00:00 2001 From: Daniils Petrovs Date: Fri, 3 Nov 2023 12:06:05 +0100 Subject: [PATCH] Release `0.3.2` --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 8b946f3..cccc907 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -13,7 +13,7 @@ import ( "github.com/spf13/viper" ) -const Version = "0.3.1" +const Version = "0.3.2" // rootCmd represents the base command when called without any subcommands var rootCmd = &cobra.Command{