Skip to content

Commit e4424e1

Browse files
committed
chore(release): v0.2.0
1 parent 0047ecd commit e4424e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ var logger *util.Logger = util.InitLogger(os.Stdout, os.Stdout, os.Stdout, os.St
2525
// rootCmd represents the base command when called without any subcommands
2626
var rootCmd = &cobra.Command{
2727
Use: "gitwok",
28-
Version: "v0.1.7",
28+
Version: "v0.2.0",
2929
Short: "Configurable CLI with conventional commits, changelog, git hooks all in one",
3030
Run: func(cmd *cobra.Command, args []string) {},
3131
}

0 commit comments

Comments
 (0)