We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79d039d commit aa45a57Copy full SHA for aa45a57
cmd/gong/.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.6.0
+current_version = 1.7.0
3
commit = False
4
tag = False
5
cmd/gong/main.go
@@ -13,7 +13,7 @@ import (
13
14
func main() {
15
app := cli.NewApp()
16
- app.Version = "1.6.0"
+ app.Version = "1.7.0"
17
18
var branchType string
19
0 commit comments