From d401c698bf1e0f5f6c13a5388a79967f095836be Mon Sep 17 00:00:00 2001 From: Oliver Eilhard Date: Sat, 6 May 2017 17:52:21 +0200 Subject: [PATCH] Release version 5.0.37 --- client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.go b/client.go index 6ef35282f..fbbb87c71 100644 --- a/client.go +++ b/client.go @@ -22,7 +22,7 @@ import ( const ( // Version is the current version of Elastic. - Version = "5.0.36" + Version = "5.0.37" // 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.