Set version to 8.12.0 (#2108)

This commit is contained in:
Josh Mock
2023-12-14 13:54:15 -06:00
committed by GitHub
parent 58de8e169b
commit d9dd69b172
2 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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",