Skip to content

Commit

Permalink
chore(release): version: v4.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kamontat committed Sep 25, 2019
1 parent 4493688 commit c5dfa2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var repo *model.Repo
var debug bool
var verbose bool

var version = "4.0.0-beta.3"
var version = "4.0.0-beta.4"

// rootCmd represents the base command when called without any subcommands.
var rootCmd = &cobra.Command{
Expand All @@ -55,6 +55,7 @@ This command create by golang with cobra cli.
Motivation by gitmoji and GitFlow,
Force everyone to create the exect same templates of commit and branch
4.0.0-beta.4 - update README on config folder to be version 4 instead of 3
4.0.0-beta.3 - fix commit always call git commit even prompt was exited
4.0.0-beta.2 - refactor how configuration will be loaded
and add more key to configable
Expand Down

0 comments on commit c5dfa2d

Please sign in to comment.