From 2b9a84d606a21b7be55909fd2ab342fc66642fc8 Mon Sep 17 00:00:00 2001 From: Enrico Zimuel Date: Mon, 1 Jul 2019 12:50:26 +0200 Subject: [PATCH] Updated version constant to 7.0.2 --- src/Elasticsearch/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Elasticsearch/Client.php b/src/Elasticsearch/Client.php index e9ea7fd2c..b997a5d52 100644 --- a/src/Elasticsearch/Client.php +++ b/src/Elasticsearch/Client.php @@ -34,7 +34,7 @@ */ class Client { - const VERSION = '7.0.0'; + const VERSION = '7.0.2'; /** * @var Transport