From 79ecf58aee3b2bdd97ec768dbb4e470eaa7c3c59 Mon Sep 17 00:00:00 2001 From: misiektoja Date: Fri, 10 Jan 2025 17:13:57 +0100 Subject: [PATCH] main.go: Version bump to 1.1.2 --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 451237d..5171491 100644 --- a/main.go +++ b/main.go @@ -36,8 +36,8 @@ import ( var ( scheme = runtime.NewScheme() setupLog = ctrl.Log.WithName("setup") - chartVersion = "1.1.1" - imageVersion = "1.1.1" + chartVersion = "1.1.2" + imageVersion = "1.1.2" ) const (