From 8ecf231869fcd27199d34df8a84b150c124a4a6d Mon Sep 17 00:00:00 2001 From: Enrico Zimuel Date: Wed, 10 Aug 2022 16:42:24 +0200 Subject: [PATCH] Changed VERSION to 8.4.0 --- src/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client.php b/src/Client.php index 7ecd80912..c56495dc8 100644 --- a/src/Client.php +++ b/src/Client.php @@ -28,7 +28,7 @@ final class Client { const CLIENT_NAME = 'es'; - const VERSION = '8.4.0-dev'; + const VERSION = '8.4.0'; const API_COMPATIBILITY_HEADER = '%s/vnd.elasticsearch+%s; compatible-with=8'; use ClientEndpointsTrait;