Skip to content

Commit

Permalink
Bump version to 8.13.0 (#2173)
Browse files Browse the repository at this point in the history
(cherry picked from commit 86d89a4)
  • Loading branch information
JoshMock authored and github-actions[bot] committed Mar 26, 2024
1 parent cbff6d1 commit 0ad6b66
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.12.0-SNAPSHOT
STACK_VERSION: 8.13.0-SNAPSHOT
matrix:
setup:
suite:
Expand Down
8 changes: 4 additions & 4 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ spec:
main_semi_daily:
branch: 'main'
cronline: '0 */12 * * *'
8_12_semi_daily:
branch: '8.12'
8_13_semi_daily:
branch: '8.13'
cronline: '0 */12 * * *'
8_11_daily:
branch: '8.11'
8_12_daily:
branch: '8.12'
cronline: '@daily'
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.12.0",
"versionCanary": "8.12.0-canary.0",
"version": "8.13.0",
"versionCanary": "8.13.0-canary.0",
"description": "The official Elasticsearch client for Node.js",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 0ad6b66

Please sign in to comment.