From cbbba2996ab18dffd306a9eab97a85a07347d1b7 Mon Sep 17 00:00:00 2001 From: Andrii Klymiuk Date: Tue, 5 Sep 2023 17:19:50 +0300 Subject: [PATCH] Bump version --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 6aee3ec..924bed6 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -6,7 +6,7 @@ import ( "github.com/spf13/cobra" ) -var APP_VERSION = "1.1.82" +var APP_VERSION = "1.1.83" // rootCmd represents the base command when called without any subcommands var rootCmd = &cobra.Command{