Skip to content

Commit

Permalink
Set version to 8.12.0 (#2108)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshMock authored Dec 14, 2023
1 parent 58de8e1 commit d9dd69b
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.10.3-SNAPSHOT
STACK_VERSION: 8.12.0-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.11.0",
"versionCanary": "8.11.0-canary.0",
"version": "8.12.0",
"versionCanary": "8.12.0-canary.0",
"description": "The official Elasticsearch client for Node.js",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit d9dd69b

Please sign in to comment.