From 6889db6b98502f3cf2365e89b39b7c8107b1bca4 Mon Sep 17 00:00:00 2001 From: Szabolcs Toth <54896607+tothszabi@users.noreply.github.com> Date: Tue, 21 May 2024 14:39:39 +0100 Subject: [PATCH] Update version (#960) --- version/build.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/build.go b/version/build.go index 89ccc29f9..033cdc492 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.14.0" +var VERSION = "2.14.1" // BuildNumber is the CI build number that creates the release. It's defined at build time using -ldflags var BuildNumber = ""