From 6999c3ca6f70169782c6665b1f5e407b1e68ca03 Mon Sep 17 00:00:00 2001 From: Szabolcs Toth <54896607+tothszabi@users.noreply.github.com> Date: Fri, 3 Feb 2023 15:45:07 +0000 Subject: [PATCH] Update version number (#854) --- version/build.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/build.go b/version/build.go index e8576e60f..076bf5ebe 100644 --- a/version/build.go +++ b/version/build.go @@ -1,7 +1,7 @@ package version // VERSION is the main CLI version number. It's defined at build time using -ldflags -var VERSION = "2.2.3" +var VERSION = "2.2.4" // BuildNumber is the CI build number that creates the release. It's defined at build time using -ldflags var BuildNumber = ""