Skip to content

Commit 5ca48c3

Browse files
authored
Merge pull request #164 from che-incubator/pr-main-to-7.96.0
chore: release: bump to 7.96.0 in main
2 parents ba687b2 + 174de72 commit 5ca48c3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ We originally wrote a prototype of this tool in Rust (https://github.com/metlos/
2525

2626
```
2727
$ ./configbump --help
28-
config-bump 7.94.0-next
28+
config-bump 7.96.0-next
2929
Usage: configbump --dir DIR --labels LABELS [--namespace NAMESPACE]
3030
3131
Options:

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.94.0
1+
7.96.0

cmd/configbump/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ type opts struct {
3535

3636
// Version returns the version of the program
3737
func (opts) Version() string {
38-
return "config-bump 7.94.0-next"
38+
return "config-bump 7.96.0-next"
3939
}
4040

4141
const controllerName = "config-bump"

0 commit comments

Comments
 (0)