From 3493a84203cfa2aa84b5cd03db766dce74c2636d Mon Sep 17 00:00:00 2001 From: Roytangrb Date: Mon, 18 Jan 2021 01:45:56 +0800 Subject: [PATCH] chore(release): v0.1.3 --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index bba3905..1f95fa7 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -25,7 +25,7 @@ var logger *util.Logger = util.InitLogger(os.Stdout, os.Stdout, os.Stdout, os.St // rootCmd represents the base command when called without any subcommands var rootCmd = &cobra.Command{ Use: "gitwok", - Version: "v0.1.2", + Version: "v0.1.3", Short: "Configurable CLI with conventional commits, changelog, git hooks all in one", Run: func(cmd *cobra.Command, args []string) {}, }