Update build date - v1.2.0 is ready

This commit is contained in:
Daniel Szabo 2022-11-07 20:33:33 +02:00
parent edd46eae58
commit d7f0f9637d

View file

@ -33,7 +33,7 @@ pub async fn info(data: web::Data<AppState>) -> HttpResponse {
args: &ARGS, args: &ARGS,
pastas: &pastas, pastas: &pastas,
status: &String::from(status), status: &String::from(status),
version_string: &String::from("1.2.0-20221101"), version_string: &String::from("1.2.0-20221107"),
message: &String::from(message), message: &String::from(message),
} }
.render() .render()