Merge pull request 'Release 2026.9.24.2' (#29) from release/2026.9.24.2 into main

Reviewed-on: #29
This commit is contained in:
2026-09-23 05:47:10 +00:00
+1 -1
View File
@@ -81,7 +81,7 @@ fn legacy_setting(name: &str, is_set: impl Fn(&str) -> bool) -> Option<String> {
#[macro_export]
macro_rules! brand_version {
() => {
"2026.9.24"
"2026.9.24.2"
};
}