woof woof

Signed-off-by: girlbossceo <june@girlboss.ceo>
This commit is contained in:
girlbossceo 2023-08-11 17:35:57 +00:00
parent 84338cc827
commit 76c00283de
3 changed files with 348 additions and 367 deletions

View file

@ -544,7 +544,7 @@ pub async fn get_server_version_route(
Ok(get_server_version::v1::Response {
server: Some(get_server_version::v1::Server {
name: Some("Conduit".to_owned()),
name: Some("cowonduit".to_owned()),
version: Some(env!("CARGO_PKG_VERSION").to_owned()),
}),
})