From 75b85f18c94bed4eb093e73401c66b8d80e4fca3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Saint-F=C3=A9lix?= Date: Tue, 3 Aug 2021 17:59:07 +0200 Subject: [PATCH] Release 7.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 fa0613a600..8d352da8fd 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -19,4 +19,4 @@ package version // Client returns the client version as a string. // -const Client = "7.14.0-SNAPSHOT" +const Client = "7.14.0"