From cadc814bf60589cf2aeb36961425f73ca33077df Mon Sep 17 00:00:00 2001 From: "Darrin W. Cullop" Date: Mon, 29 Jun 2026 18:07:19 -0700 Subject: [PATCH] Restore stable 9.4 versioning on release/9.x --- version.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/version.json b/version.json index 6551819ae..6eac41110 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,6 @@ { - "version": "9.5-preview.{height}", + "version": "9.4", + "versionHeightOffset": 31, "publicReleaseRefSpec": [ "^refs/heads/main$", // main publishes pre-release packages "^refs/heads/release/\\d+\\.x$" // release/.x branches publish stable packages