From 323581fb40d9ab654d26eb9f9ee3d9e58ef92367 Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Thu, 6 Mar 2025 10:10:50 -0600 Subject: [PATCH] Put version back to correct value --- 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",