From 14250cee03439113164f06f2edd48229b103e380 Mon Sep 17 00:00:00 2001 From: John Coffey Date: Tue, 22 Sep 2026 13:27:05 -0700 Subject: [PATCH] Release 2026.9.23 Carries the version string and user-visible string fixes: nothing a user or operator sees names the upstream project any more. --- crates/types/src/branding.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/types/src/branding.rs b/crates/types/src/branding.rs index 4e280d2..489fc63 100644 --- a/crates/types/src/branding.rs +++ b/crates/types/src/branding.rs @@ -71,7 +71,7 @@ pub fn env_var(name: &str) -> Result { #[macro_export] macro_rules! brand_version { () => { - "2026.9.22" + "2026.9.23" }; } -- 2.54.0