From: Steinar H. Gunderson Date: Sat, 22 Oct 2022 09:42:26 +0000 (+0200) Subject: Bump version number; evidently, Buypass thinks our emulated version was now too old. X-Git-Url: https://git.sesse.net/?p=linux-dallas-multipass;a=commitdiff_plain;h=a152e84d5ae54a59c83fd6950559c69e36fa6d94 Bump version number; evidently, Buypass thinks our emulated version was now too old. --- diff --git a/multipass.rs b/multipass.rs index 8423cd9..41c7c4e 100644 --- a/multipass.rs +++ b/multipass.rs @@ -164,7 +164,7 @@ async fn apdu_service(req: Request) -> Result, hyper::Error } (&Method::POST, "/scard/version/") => { let reply = json!({ - "version": "1.3.9.46" + "version": "1.4.1.16" }); *response.body_mut() = Body::from(reply.to_string()); }