From 0d4a29171abbf63e8bf2ebf8276f90e18866c4ee Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Wed, 19 Apr 2023 14:49:09 -0500 Subject: [PATCH] Bumps main to 8.8.0 (#1851) --- .ci/test-matrix.yml | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.ci/test-matrix.yml b/.ci/test-matrix.yml index 6115cdf2c..e6a3f19dd 100644 --- a/.ci/test-matrix.yml +++ b/.ci/test-matrix.yml @@ -1,6 +1,6 @@ --- STACK_VERSION: - - "8.7.1-SNAPSHOT" + - "8.8.0-SNAPSHOT" NODE_JS_VERSION: - 18 diff --git a/package.json b/package.json index 09cc5f0e1..e7ce54574 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/elasticsearch", - "version": "8.7.1", - "versionCanary": "8.7.1-canary.0", + "version": "8.8.0", + "versionCanary": "8.8.0-canary.0", "description": "The official Elasticsearch client for Node.js", "main": "index.js", "types": "index.d.ts", @@ -96,4 +96,4 @@ "coverage": false, "check-coverage": false } -} \ No newline at end of file +}