diff --git a/src/endpoints/info.rs b/src/endpoints/info.rs index 7b8bb27..b2d8cd2 100644 --- a/src/endpoints/info.rs +++ b/src/endpoints/info.rs @@ -33,7 +33,7 @@ pub async fn info(data: web::Data) -> HttpResponse { args: &ARGS, pastas: &pastas, status: &String::from(status), - version_string: &String::from("1.2.0-20221101"), + version_string: &String::from("1.2.0-20221107"), message: &String::from(message), } .render()