Skip to content

Commit aa45a57

Browse files
committed
Bumping version
1 parent 79d039d commit aa45a57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/gong/.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.6.0
2+
current_version = 1.7.0
33
commit = False
44
tag = False
55

cmd/gong/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313

1414
func main() {
1515
app := cli.NewApp()
16-
app.Version = "1.6.0"
16+
app.Version = "1.7.0"
1717

1818
var branchType string
1919

0 commit comments

Comments
 (0)