We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b0e1fd commit 538ce7bCopy full SHA for 538ce7b
src/Client.php
@@ -28,7 +28,7 @@
28
final class Client implements ClientInterface
29
{
30
const CLIENT_NAME = 'es';
31
- const VERSION = '8.4.0';
+ const VERSION = '8.5.0';
32
const API_COMPATIBILITY_HEADER = '%s/vnd.elasticsearch+%s; compatible-with=8';
33
34
use ClientEndpointsTrait;
@@ -172,4 +172,4 @@ public function sendRequest(RequestInterface $request)
172
$result->setResponse($response, $request->getMethod() === 'HEAD' ? false : $this->getResponseException());
173
return $result;
174
}
175
-}
+}
0 commit comments