From 7f4ccfe9b11c92191bc06119848efa115a22924c Mon Sep 17 00:00:00 2001 From: Elastic Machine Date: Thu, 25 May 2023 06:56:36 +0000 Subject: [PATCH] Bumps 8.8 to 8.8.1 --- .github/workflows/unified-release.yml | 2 +- src/Client.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unified-release.yml b/.github/workflows/unified-release.yml index f5b1b6ca0..b7077089d 100644 --- a/.github/workflows/unified-release.yml +++ b/.github/workflows/unified-release.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - stack_version: ['8.9.0-SNAPSHOT'] + stack_version: ['8.8.1-SNAPSHOT'] steps: - name: Checkout diff --git a/src/Client.php b/src/Client.php index 702e6e2d8..0d05ee3ef 100644 --- a/src/Client.php +++ b/src/Client.php @@ -28,7 +28,7 @@ final class Client implements ClientInterface { const CLIENT_NAME = 'es'; - const VERSION = '8.8.0'; + const VERSION = '8.8.1'; const API_COMPATIBILITY_HEADER = '%s/vnd.elasticsearch+%s; compatible-with=8'; use ClientEndpointsTrait;