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 7815caa commit 8ecf231Copy full SHA for 8ecf231
src/Client.php
@@ -28,7 +28,7 @@
28
final class Client
29
{
30
const CLIENT_NAME = 'es';
31
- const VERSION = '8.4.0-dev';
+ const VERSION = '8.4.0';
32
const API_COMPATIBILITY_HEADER = '%s/vnd.elasticsearch+%s; compatible-with=8';
33
34
use ClientEndpointsTrait;
0 commit comments