Skip to content

Commit e34dc23

Browse files
[Backport 8.13] Bump version to 8.13.0 (#2174)
(cherry picked from commit 86d89a4) Co-authored-by: Josh Mock <[email protected]>
1 parent cbff6d1 commit e34dc23

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.buildkite/pipeline.yml

+1-1
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.12.0-SNAPSHOT
9+
STACK_VERSION: 8.13.0-SNAPSHOT
1010
matrix:
1111
setup:
1212
suite:

catalog-info.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ spec:
4242
main_semi_daily:
4343
branch: 'main'
4444
cronline: '0 */12 * * *'
45-
8_12_semi_daily:
46-
branch: '8.12'
45+
8_13_semi_daily:
46+
branch: '8.13'
4747
cronline: '0 */12 * * *'
48-
8_11_daily:
49-
branch: '8.11'
48+
8_12_daily:
49+
branch: '8.12'
5050
cronline: '@daily'

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@elastic/elasticsearch",
3-
"version": "8.12.0",
4-
"versionCanary": "8.12.0-canary.0",
3+
"version": "8.13.0",
4+
"versionCanary": "8.13.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)