From 8b60b904003549de48b74cc694fde6c9911f17ce Mon Sep 17 00:00:00 2001 From: Andrii Klymiuk Date: Wed, 22 May 2024 08:21:31 +0300 Subject: [PATCH] bump --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 429a05b..c19c7c9 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -6,7 +6,7 @@ import ( "github.com/spf13/cobra" ) -var APP_VERSION = "1.5.2" +var APP_VERSION = "1.5.3" // rootCmd represents the base command when called without any subcommands var rootCmd = &cobra.Command{