Bump version in main to 8.10.3 (#2066)

This commit is contained in:
Josh Mock
2023-11-07 12:07:18 -06:00
committed by GitHub
parent b47747007b
commit abd5018cfe
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ steps:
env: env:
NODE_VERSION: "{{ matrix.nodejs }}" NODE_VERSION: "{{ matrix.nodejs }}"
TEST_SUITE: "{{ matrix.suite }}" TEST_SUITE: "{{ matrix.suite }}"
STACK_VERSION: 8.8.0-SNAPSHOT STACK_VERSION: 8.10.3-SNAPSHOT
matrix: matrix:
setup: setup:
suite: suite:

View File

@ -1,7 +1,7 @@
{ {
"name": "@elastic/elasticsearch", "name": "@elastic/elasticsearch",
"version": "8.9.1", "version": "8.10.3",
"versionCanary": "8.9.1-canary.1", "versionCanary": "8.10.3-canary.1",
"description": "The official Elasticsearch client for Node.js", "description": "The official Elasticsearch client for Node.js",
"main": "index.js", "main": "index.js",
"types": "index.d.ts", "types": "index.d.ts",