We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c679d9e + f4ae8b4 commit ec04633Copy full SHA for ec04633
README.md
@@ -25,7 +25,7 @@ We originally wrote a prototype of this tool in Rust (https://github.com/metlos/
25
26
```
27
$ ./configbump --help
28
-config-bump 7.91.0-next
+config-bump 7.92.0-next
29
Usage: configbump --dir DIR --labels LABELS [--namespace NAMESPACE]
30
31
Options:
VERSION
@@ -1 +1 @@
1
-7.91.0
+7.92.0
cmd/configbump/main.go
@@ -35,7 +35,7 @@ type opts struct {
35
36
// Version returns the version of the program
37
func (opts) Version() string {
38
- return "config-bump 7.91.0-next"
+ return "config-bump 7.92.0-next"
39
}
40
41
const controllerName = "config-bump"
0 commit comments