From acdec24dbb5e881adc02a1c6ad6f9333eed8d7b3 Mon Sep 17 00:00:00 2001 From: Oliver Eilhard Date: Sat, 19 Mar 2022 13:39:48 +0100 Subject: [PATCH] Release 7.0.32 --- client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.go b/client.go index 838c5191..3ebb5e86 100644 --- a/client.go +++ b/client.go @@ -26,7 +26,7 @@ import ( const ( // Version is the current version of Elastic. - Version = "7.0.31" + Version = "7.0.32" // 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.