From bb39a5b3682fb3e061ff52f8d9953347273182c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Saint-F=C3=A9lix?= Date: Thu, 6 Jun 2024 16:59:07 +0200 Subject: [PATCH] Release 8.14.0 --- internal/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/version/version.go b/internal/version/version.go index 9084346353..b038c2a2cc 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -18,4 +18,4 @@ package version // Client returns the client version as a string. -const Client = "8.14.0-SNAPSHOT" +const Client = "8.14.0"