From 813c60fd81ba2ad89c9e3d6dc729580ed0bbc977 Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Tue, 12 Dec 2023 16:22:08 -0600 Subject: [PATCH] Bump canary version (#2102) --- 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",