feat: add action version
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user