Skip to content

Commit 538ce7b

Browse files
authored
Bump VERSION to 8.5.0 for 8.5 branch
1 parent 0b0e1fd commit 538ce7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Client.php

Lines changed: 2 additions & 2 deletions
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.4.0';
31+
const VERSION = '8.5.0';
3232
const API_COMPATIBILITY_HEADER = '%s/vnd.elasticsearch+%s; compatible-with=8';
3333

3434
use ClientEndpointsTrait;
@@ -172,4 +172,4 @@ public function sendRequest(RequestInterface $request)
172172
$result->setResponse($response, $request->getMethod() === 'HEAD' ? false : $this->getResponseException());
173173
return $result;
174174
}
175-
}
175+
}

0 commit comments

Comments
 (0)