Skip to content

Commit d9dd69b

Browse files
authored
Set version to 8.12.0 (#2108)
1 parent 58de8e1 commit d9dd69b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ steps:
66
env:
77
NODE_VERSION: "{{ matrix.nodejs }}"
88
TEST_SUITE: "{{ matrix.suite }}"
9-
STACK_VERSION: 8.10.3-SNAPSHOT
9+
STACK_VERSION: 8.12.0-SNAPSHOT
1010
matrix:
1111
setup:
1212
suite:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@elastic/elasticsearch",
3-
"version": "8.11.0",
4-
"versionCanary": "8.11.0-canary.0",
3+
"version": "8.12.0",
4+
"versionCanary": "8.12.0-canary.0",
55
"description": "The official Elasticsearch client for Node.js",
66
"main": "index.js",
77
"types": "index.d.ts",

0 commit comments

Comments
 (0)