From a22c4622d9c56dc06e9a35a513ade104c6012625 Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Wed, 26 Feb 2025 12:37:46 -0600 Subject: [PATCH] Bump to 9.0.0-alpha.4 (#2637) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 377ba7b6b..0960ee05b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@elastic/elasticsearch", - "version": "9.0.0-alpha.3", + "version": "9.0.0-alpha.4", "versionCanary": "9.0.0-canary.0", "description": "The official Elasticsearch client for Node.js", "main": "./index.js",