From 76f8e83002a70d0f04b81c9ddb78261b020276ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Saint-F=C3=A9lix?= Date: Thu, 12 Oct 2023 18:54:22 +0200 Subject: [PATCH] Release 8.10.1 --- 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 60c492ef90..cda324c2c5 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.10.1-SNAPSHOT" +const Client = "8.10.1"