fix version format regression 3a51e18ce6
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
e9f4cd58a9
commit
20aab1792b
1 changed files with 1 additions and 1 deletions
|
@ -27,5 +27,5 @@ fn init_user_agent() -> String { format!("{}/{}", name(), version()) }
|
|||
fn init_version() -> String {
|
||||
option_env!("CONDUWUIT_VERSION_EXTRA")
|
||||
.or(option_env!("CONDUIT_VERSION_EXTRA"))
|
||||
.map_or(SEMANTIC.to_owned(), |extra| format!("{BRANDING} ({extra})"))
|
||||
.map_or(SEMANTIC.to_owned(), |extra| format!("{SEMANTIC} ({extra})"))
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue