Skip to content

Commit 4e99873

Browse files
committed
Updated client version to 9.3
1 parent cace147 commit 4e99873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
final class Client implements ClientInterface
3030
{
3131
const CLIENT_NAME = 'es';
32-
const VERSION = '9.2.0';
32+
const VERSION = '9.3.0';
3333
const API_COMPATIBILITY_HEADER = '%s/vnd.elasticsearch+%s; compatible-with=9';
3434
const API_VERSION_HEADER = 'elastic-api-version';
3535
const API_VERSION = '2023-10-31';

0 commit comments

Comments
 (0)