Update build date - v1.2.0 is ready
This commit is contained in:
parent
edd46eae58
commit
d7f0f9637d
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue