Skip to content

Commit

Permalink
chore(release): v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Roytangrb committed Jan 17, 2021
1 parent 29eba11 commit 3493a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {},
}
Expand Down

0 comments on commit 3493a84

Please sign in to comment.