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 a751bb0 commit 7f4ccfeCopy full SHA for 7f4ccfe
.github/workflows/unified-release.yml
@@ -20,7 +20,7 @@ jobs:
20
strategy:
21
fail-fast: false
22
matrix:
23
- stack_version: ['8.9.0-SNAPSHOT']
+ stack_version: ['8.8.1-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.8.0';
+ const VERSION = '8.8.1';
32
const API_COMPATIBILITY_HEADER = '%s/vnd.elasticsearch+%s; compatible-with=8';
33
34
use ClientEndpointsTrait;
0 commit comments