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 cace147 commit 4e99873Copy full SHA for 4e99873
src/Client.php
@@ -29,7 +29,7 @@
29
final class Client implements ClientInterface
30
{
31
const CLIENT_NAME = 'es';
32
- const VERSION = '9.2.0';
+ const VERSION = '9.3.0';
33
const API_COMPATIBILITY_HEADER = '%s/vnd.elasticsearch+%s; compatible-with=9';
34
const API_VERSION_HEADER = 'elastic-api-version';
35
const API_VERSION = '2023-10-31';
0 commit comments