Skip to content

Commit 112298b

Browse files
Merge pull request #1263 from elastic/bumps_8.5_to_8.5.1
Changed VERSION to 8.5.1
2 parents accfca2 + e982a0d commit 112298b

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
@@ -28,7 +28,7 @@
2828
final class Client implements ClientInterface
2929
{
3030
const CLIENT_NAME = 'es';
31-
const VERSION = '8.5.0';
31+
const VERSION = '8.5.1';
3232
const API_COMPATIBILITY_HEADER = '%s/vnd.elasticsearch+%s; compatible-with=8';
3333

3434
use ClientEndpointsTrait;

0 commit comments

Comments
 (0)