Skip to content

Commit

Permalink
chore: release: bump to 7.76.0 in main (#107)
Browse files Browse the repository at this point in the history
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
Co-authored-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
  • Loading branch information
che-incubator-bot and mkuznyetsov authored Sep 28, 2023
1 parent d32100c commit b407fd3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ We originally wrote a prototype of this tool in Rust (https://github.com/metlos/

```
$ ./configbump --help
config-bump 7.75.0-next
config-bump 7.76.0-next
Usage: configbump --dir DIR --labels LABELS [--namespace NAMESPACE]
Options:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.75.0
7.76.0
2 changes: 1 addition & 1 deletion cmd/configbump/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type opts struct {

// Version returns the version of the program
func (opts) Version() string {
return "config-bump 7.75.0-next"
return "config-bump 7.76.0-next"
}

const controllerName = "config-bump"
Expand Down

0 comments on commit b407fd3

Please sign in to comment.