pre-format version strings
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
7638bbc49c
commit
3a51e18ce6
7 changed files with 32 additions and 32 deletions
|
@ -10,8 +10,8 @@ pub(crate) async fn get_server_version_route(
|
|||
) -> Result<get_server_version::v1::Response> {
|
||||
Ok(get_server_version::v1::Response {
|
||||
server: Some(get_server_version::v1::Server {
|
||||
name: Some("Conduwuit".to_owned()),
|
||||
version: Some(conduit::version::conduwuit()),
|
||||
name: Some(conduit::version::name().into()),
|
||||
version: Some(conduit::version::version().into()),
|
||||
}),
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue