From f1fd7305d0b6270192b27010fe1193568b18e4b6 Mon Sep 17 00:00:00 2001 From: Oliver Eilhard Date: Mon, 29 May 2017 14:23:53 +0200 Subject: [PATCH] Release version 5.0.39 --- client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.go b/client.go index 6812f780d..73f4fd525 100644 --- a/client.go +++ b/client.go @@ -22,7 +22,7 @@ import ( const ( // Version is the current version of Elastic. - Version = "5.0.38" + Version = "5.0.39" // 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.