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.