Skip to content

Commit

Permalink
Bump to 8.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshMock committed Nov 7, 2023
1 parent b477470 commit dff2144
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit dff2144

Please sign in to comment.