From dff214460bcba99b198dbe21c1a5b8fa05dcc87b Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Tue, 7 Nov 2023 11:57:05 -0600 Subject: [PATCH] Bump to 8.10.3 --- .buildkite/pipeline.yml | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index e493831a9..32b37b6c6 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.8.0-SNAPSHOT + STACK_VERSION: 8.10.3-SNAPSHOT matrix: setup: suite: diff --git a/package.json b/package.json index 48e76e34d..a772f791e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/elasticsearch", - "version": "8.9.1", - "versionCanary": "8.9.1-canary.1", + "version": "8.10.3", + "versionCanary": "8.10.3-canary.1", "description": "The official Elasticsearch client for Node.js", "main": "index.js", "types": "index.d.ts",