From e223f7d327ae6271abf15552cbb8df72a407a925 Mon Sep 17 00:00:00 2001 From: John Coffey Date: Tue, 22 Sep 2026 23:04:50 -0700 Subject: [PATCH] Release 2026.9.24.3 2026.9.24.3 is 2026.9.24.2 plus the image build fix; 2026.9.24.2's tag never published an image. Everything in 2026.9.24.2's notes applies. --- 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 17a7db0..624ef22 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.2" + "2026.9.24.3" }; }