From 678e9d9f702c2546238b73aaa159ce7f4caa0bdb Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Thu, 11 May 2023 12:14:03 -0500 Subject: [PATCH] Bump canary version to 8.8.0-canary.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 92c2d6d86..ffc2e9741 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/elasticsearch", "version": "8.8.0", - "versionCanary": "8.8.0-canary.1", + "versionCanary": "8.8.0-canary.2", "description": "The official Elasticsearch client for Node.js", "main": "index.js", "types": "index.d.ts",