From c7d899f400753d9eadb03c85f50d24c3a863e08a Mon Sep 17 00:00:00 2001 From: Oliver Eilhard Date: Fri, 14 Apr 2017 10:39:13 +0200 Subject: [PATCH] Release version 5.0.33 --- client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.go b/client.go index ce213bcb0..ff209fe23 100644 --- a/client.go +++ b/client.go @@ -23,7 +23,7 @@ import ( const ( // Version is the current version of Elastic. - Version = "5.0.32" + Version = "5.0.33" // 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.