Release 2026.9.23
ci / build (pull_request) Successful in 7m10s

Carries the version string and user-visible string fixes: nothing a user or
operator sees names the upstream project any more.
This commit is contained in:
2026-09-22 13:27:05 -07:00
parent cea3d53eb0
commit 14250cee03
+1 -1
View File
@@ -71,7 +71,7 @@ pub fn env_var(name: &str) -> Result<String, std::env::VarError> {
#[macro_export] #[macro_export]
macro_rules! brand_version { macro_rules! brand_version {
() => { () => {
"2026.9.22" "2026.9.23"
}; };
} }