From 593cd3205b5bf747034445b8230e20b29edf57e4 Mon Sep 17 00:00:00 2001 From: Oliver Eilhard Date: Thu, 16 Sep 2021 16:36:41 +0200 Subject: [PATCH] Release 7.0.29 --- client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.go b/client.go index 165ee483..c412b181 100644 --- a/client.go +++ b/client.go @@ -26,7 +26,7 @@ import ( const ( // Version is the current version of Elastic. - Version = "7.0.28" + Version = "7.0.29" // 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.