From 96bc143c44a7094f5ba6a43be6415f41db171fff Mon Sep 17 00:00:00 2001 From: Elastic Machine Date: Wed, 30 Aug 2023 12:46:47 +0000 Subject: [PATCH] Bumps 8.9 to 8.9.2 --- src/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client.php b/src/Client.php index 87d85aefe..9293f544b 100644 --- a/src/Client.php +++ b/src/Client.php @@ -28,7 +28,7 @@ final class Client implements ClientInterface { const CLIENT_NAME = 'es'; - const VERSION = '8.9.0'; + const VERSION = '8.9.2'; const API_COMPATIBILITY_HEADER = '%s/vnd.elasticsearch+%s; compatible-with=8'; use ClientEndpointsTrait;