From 70df3b9314820437563059af5268bd39fbf0356d Mon Sep 17 00:00:00 2001 From: Elastic Machine Date: Tue, 10 Jan 2023 13:19:04 +0000 Subject: [PATCH] Bumps 8.6 to 8.6.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 945ecf0a2..5f6835e0c 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.6.0-SNAPSHOT'] + stack_version: ['8.6.1-SNAPSHOT'] steps: - name: Checkout diff --git a/src/Client.php b/src/Client.php index 44c1559f7..916eff262 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.6.0'; + const VERSION = '8.6.1'; const API_COMPATIBILITY_HEADER = '%s/vnd.elasticsearch+%s; compatible-with=8'; use ClientEndpointsTrait;