From f42fccf9896b1673e95ec7d3d042a3d13477eab0 Mon Sep 17 00:00:00 2001 From: chen quan Date: Mon, 19 Feb 2024 10:16:14 +0800 Subject: [PATCH] chore: upgrade version (#105) --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index a9da84d..bfc95ee 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -25,7 +25,7 @@ import ( "github.com/spf13/cobra" ) -const BuildVersion = "1.2.3" +const BuildVersion = "1.2.5" // rootCmd represents the base command when called without any subcommands var rootCmd = &cobra.Command{