From c15046021c2d6f9b0ef903fe8ddadf7c87d1d641 Mon Sep 17 00:00:00 2001 From: Oliver Eilhard Date: Fri, 16 Jun 2017 15:01:56 +0200 Subject: [PATCH] Release 2.0.59 --- client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.go b/client.go index 1fd50b029..acbd9e502 100644 --- a/client.go +++ b/client.go @@ -21,7 +21,7 @@ import ( const ( // Version is the current version of Elastic. - Version = "2.0.58" + Version = "2.0.59" // 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.