From e680d1c91e2b52697169aba05067f766c6df9397 Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Tue, 12 Dec 2023 16:20:41 -0600 Subject: [PATCH] Bump canary version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 48f9c31c3..73ed89911 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/elasticsearch", "version": "8.11.0", - "versionCanary": "8.11.0-canary.0", + "versionCanary": "8.11.0-canary.1", "description": "The official Elasticsearch client for Node.js", "main": "index.js", "types": "index.d.ts",