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