Skip to content

Commit

Permalink
Changed VERSION to 8.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Aug 10, 2022
1 parent 7815caa commit 8ecf231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
final class Client
{
const CLIENT_NAME = 'es';
const VERSION = '8.4.0-dev';
const VERSION = '8.4.0';
const API_COMPATIBILITY_HEADER = '%s/vnd.elasticsearch+%s; compatible-with=8';

use ClientEndpointsTrait;
Expand Down

0 comments on commit 8ecf231

Please sign in to comment.