From 5b92d3f9148a9ac9fe1a394efbf3073367bb0fd2 Mon Sep 17 00:00:00 2001 From: Mykhailo Kuznietsov Date: Thu, 2 Oct 2025 12:33:19 +0000 Subject: [PATCH] chore: release: bump to 7.111.0 in main Signed-off-by: Mykhailo Kuznietsov --- README.md | 2 +- VERSION | 2 +- cmd/configbump/main.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 801b773..115bd70 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ We originally wrote a prototype of this tool in Rust (https://github.com/metlos/ ``` $ ./configbump --help -config-bump 7.110.0-next +config-bump 7.111.0-next Usage: configbump --dir DIR --labels LABELS [--namespace NAMESPACE] Options: diff --git a/VERSION b/VERSION index ca04796..8dfec51 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.110.0 +7.111.0 diff --git a/cmd/configbump/main.go b/cmd/configbump/main.go index cff6a24..ae5a279 100644 --- a/cmd/configbump/main.go +++ b/cmd/configbump/main.go @@ -35,7 +35,7 @@ type opts struct { // Version returns the version of the program func (opts) Version() string { - return "config-bump 7.110.0-next" + return "config-bump 7.111.0-next" } const controllerName = "config-bump"