From bfc6e5ef5e3ae0be7d8403e6c1f56ede02169957 Mon Sep 17 00:00:00 2001 From: chenjiandongx Date: Wed, 20 Oct 2021 00:39:14 +0800 Subject: [PATCH] Upgrade version to v0.3.6 --- cmd/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/main.go b/cmd/main.go index e7938f8..b317ca6 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -8,7 +8,7 @@ import ( "github.com/spf13/cobra" ) -const version = "0.3.5" +const version = "0.3.6" var rootCmd *cobra.Command