Skip to content

Commit

Permalink
Bumps 8.9 to 8.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticmachine committed Aug 30, 2023
1 parent cbde073 commit 96bc143
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 implements ClientInterface
{
const CLIENT_NAME = 'es';
const VERSION = '8.9.0';
const VERSION = '8.9.2';
const API_COMPATIBILITY_HEADER = '%s/vnd.elasticsearch+%s; compatible-with=8';

use ClientEndpointsTrait;
Expand Down

0 comments on commit 96bc143

Please sign in to comment.