From 66feddfbbca2b839e1b7bdbec0fca41f91e017ef Mon Sep 17 00:00:00 2001 From: chen quan Date: Fri, 30 Dec 2022 08:23:41 +0800 Subject: [PATCH] chore: upgrade version (#63) --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index af39601..7e8bd60 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -24,7 +24,7 @@ import ( "github.com/spf13/cobra" ) -const BuildVersion = "0.9.3" +const BuildVersion = "1.0.0" // rootCmd represents the base command when called without any subcommands var rootCmd = &cobra.Command{