diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 4dc60e227..95ed83af2 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -6,7 +6,7 @@ steps: env: NODE_VERSION: "{{ matrix.nodejs }}" TEST_SUITE: "{{ matrix.suite }}" - STACK_VERSION: 8.14.0 + STACK_VERSION: 8.15.0 matrix: setup: suite: diff --git a/package.json b/package.json index 2879ff7f4..6dd5a7da5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/elasticsearch", - "version": "8.14.0", - "versionCanary": "8.14.0-canary.0", + "version": "8.15.0", + "versionCanary": "8.15.0-canary.0", "description": "The official Elasticsearch client for Node.js", "main": "index.js", "types": "index.d.ts", @@ -93,4 +93,4 @@ "coverage": false, "check-coverage": false } -} +} \ No newline at end of file