From d7f0f9637d443bf787ff734a98a84a41f05baecb Mon Sep 17 00:00:00 2001 From: Daniel Szabo Date: Mon, 7 Nov 2022 20:33:33 +0200 Subject: [PATCH] Update build date - v1.2.0 is ready --- src/endpoints/info.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()