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 b3af430 commit e2d96dcCopy full SHA for e2d96dc
.github/workflows/unified-release.yml
@@ -20,7 +20,7 @@ jobs:
20
strategy:
21
fail-fast: false
22
matrix:
23
- stack_version: ['8.6.1-SNAPSHOT']
+ stack_version: ['8.6.2-SNAPSHOT']
24
25
steps:
26
- name: Checkout
src/Client.php
@@ -28,7 +28,7 @@
28
final class Client implements ClientInterface
29
{
30
const CLIENT_NAME = 'es';
31
- const VERSION = '8.6.1';
+ const VERSION = '8.6.2';
32
const API_COMPATIBILITY_HEADER = '%s/vnd.elasticsearch+%s; compatible-with=8';
33
34
use ClientEndpointsTrait;
0 commit comments