Skip to content

Commit 7f4ccfe

Browse files
elasticmachinepicandocodigo
authored andcommitted
Bumps 8.8 to 8.8.1
1 parent a751bb0 commit 7f4ccfe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/unified-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
stack_version: ['8.9.0-SNAPSHOT']
23+
stack_version: ['8.8.1-SNAPSHOT']
2424

2525
steps:
2626
- name: Checkout

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
final class Client implements ClientInterface
2929
{
3030
const CLIENT_NAME = 'es';
31-
const VERSION = '8.8.0';
31+
const VERSION = '8.8.1';
3232
const API_COMPATIBILITY_HEADER = '%s/vnd.elasticsearch+%s; compatible-with=8';
3333

3434
use ClientEndpointsTrait;

0 commit comments

Comments
 (0)