Skip to content

Commit

Permalink
Bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
KensoDev committed May 31, 2019
1 parent 79d039d commit aa45a57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/gong/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.6.0
current_version = 1.7.0
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion cmd/gong/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

func main() {
app := cli.NewApp()
app.Version = "1.6.0"
app.Version = "1.7.0"

var branchType string

Expand Down

0 comments on commit aa45a57

Please sign in to comment.