From 533950b814315704ce65fcf5767d6902686775fe Mon Sep 17 00:00:00 2001 From: taylorbot Date: Mon, 11 Sep 2023 13:41:24 +0000 Subject: [PATCH] Bump version to 14.22.1-dev --- pkg/project/project.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/project/project.go b/pkg/project/project.go index cd2f917464..823d22aced 100644 --- a/pkg/project/project.go +++ b/pkg/project/project.go @@ -5,7 +5,7 @@ var ( gitSHA = "n/a" name string = "aws-operator" source string = "https://github.com/giantswarm/aws-operator" - version = "14.22.0" + version = "14.22.1-dev" ) func Description() string {