From 4071a2f4cc97432c5c6b6016dd6a1df4790fa35e Mon Sep 17 00:00:00 2001 From: Oliver Eilhard Date: Fri, 30 Jul 2021 15:35:55 +0200 Subject: [PATCH] Release 7.0.27 --- client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.go b/client.go index fe643858..3f0184cf 100644 --- a/client.go +++ b/client.go @@ -26,7 +26,7 @@ import ( const ( // Version is the current version of Elastic. - Version = "7.0.26" + Version = "7.0.27" // 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.