From 6b76405ea37a09f8ce9330b9d15868a6e6a05936 Mon Sep 17 00:00:00 2001 From: Oliver Eilhard Date: Fri, 7 Jan 2022 18:33:54 +0100 Subject: [PATCH] Release 7.0.31 --- client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.go b/client.go index 34c67bb7..48d25a97 100644 --- a/client.go +++ b/client.go @@ -26,7 +26,7 @@ import ( const ( // Version is the current version of Elastic. - Version = "7.0.30" + Version = "7.0.31" // DefaultURL is the default endpoint of Elasticsearch on the local machine. // It is used e.g. when initializing a new Client without a specific URL.