From ff6418bc5a1d8b53f334e39ca004cc8d593fc42c Mon Sep 17 00:00:00 2001 From: Oliver Eilhard Date: Fri, 23 Aug 2019 15:52:00 +0200 Subject: [PATCH] Release 7.0.6 --- client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.go b/client.go index b645e213c..95fa6ff84 100644 --- a/client.go +++ b/client.go @@ -26,7 +26,7 @@ import ( const ( // Version is the current version of Elastic. - Version = "7.0.5" + Version = "7.0.6" // 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.