diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 459c2382b..39a71f90b 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -31,6 +31,7 @@ Daniel Heckrath [@DanielHeckrath](https://github.com/DanielHeckrath) Daniel Imfeld [@dimfeld](https://github.com/dimfeld) Dwayne Schultz [@myshkin5](https://github.com/myshkin5) Ellison Leão [@ellisonleao](https://github.com/ellisonleao) +Erwin [@eticzon](https://github.com/eticzon) Eugene Egorov [@EugeneEgorov](https://github.com/EugeneEgorov) Faolan C-P [@fcheslack](https://github.com/fcheslack) Gerhard Häring [@ghaering](https://github.com/ghaering) diff --git a/client.go b/client.go index 48e8a8edc..438de164d 100644 --- a/client.go +++ b/client.go @@ -21,7 +21,7 @@ import ( const ( // Version is the current version of Elastic. - Version = "5.0.35" + Version = "5.0.36" // 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.