From e2ab26ad19278550ac004520a829be08968bf58c Mon Sep 17 00:00:00 2001 From: John Coffey Date: Thu, 24 Sep 2026 18:35:50 -0700 Subject: [PATCH] Release 2026.9.24.4 --- 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 624ef22..e564d7c 100644 --- a/crates/types/src/branding.rs +++ b/crates/types/src/branding.rs @@ -81,7 +81,7 @@ fn legacy_setting(name: &str, is_set: impl Fn(&str) -> bool) -> Option { #[macro_export] macro_rules! brand_version { () => { - "2026.9.24.3" + "2026.9.24.4" }; }