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;