From f1b8918f411b837ce5f6325e829a73518fd50367 Mon Sep 17 00:00:00 2001 From: Enrico Zimuel Date: Fri, 30 Sep 2022 14:28:55 +0200 Subject: [PATCH] Updated VERSION to 7.17.1 --- 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 904da7ac1..01ca239fe 100644 --- a/src/Elasticsearch/Client.php +++ b/src/Elasticsearch/Client.php @@ -69,7 +69,7 @@ */ class Client { - const VERSION = '7.17.0'; + const VERSION = '7.17.1'; /** * @var Transport