]> git.sesse.net Git - linux-dallas-multipass/commitdiff
Bump version number; evidently, Buypass thinks our emulated version was now too old. master
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 22 Oct 2022 09:42:26 +0000 (11:42 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 22 Oct 2022 09:42:26 +0000 (11:42 +0200)
multipass.rs

index 8423cd9646939e39beadb590e227889380a37e9a..41c7c4e9db6ad99159372a42c455a8522e559158 100644 (file)
@@ -164,7 +164,7 @@ async fn apdu_service(req: Request<Body>) -> Result<Response<Body>, 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());
         }