From f2605877f762dac4f82d3888d6c5104e1e692e13 Mon Sep 17 00:00:00 2001 From: John Coffey Date: Thu, 24 Sep 2026 22:27:11 -0700 Subject: [PATCH] Release 2026.9.25 --- 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..a27abb3 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.25" }; }