From dbdc27e2522f6ae783ba881c7dc2f7900c202954 Mon Sep 17 00:00:00 2001 From: Elastic Machine Date: Thu, 29 Jun 2023 07:58:35 +0000 Subject: [PATCH] Bumps 8.8 to 8.8.3 --- .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 a22ee9074..e2bc7556b 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.8.2-SNAPSHOT'] + stack_version: ['8.8.3-SNAPSHOT'] steps: - name: Checkout diff --git a/src/Client.php b/src/Client.php index 42cbadbc9..8d8663b06 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.2'; + const VERSION = '8.8.3'; const API_COMPATIBILITY_HEADER = '%s/vnd.elasticsearch+%s; compatible-with=8'; use ClientEndpointsTrait;