feat: add action version

This commit is contained in:
2025-01-18 16:57:55 +08:00
parent 996c739c32
commit 6898dbe715

View File

@@ -202,5 +202,9 @@ if (action == "compute_secure_enclave_p256_ecdh") {
exitWith(response: response)
}
if (action == "version") {
exitWith(response: "ok:1.0.0-20250118")
}
print("err:unknown action")
exit(1)