From 5ed5521fd1eed8e48b51406f3e71dfc571a9a6b9 Mon Sep 17 00:00:00 2001 From: "John M. Schanck" Date: Thu, 24 Aug 2023 09:28:32 -0700 Subject: [PATCH] Bump version to 0.4.0-alpha.20 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 94418113..6172c5ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "authenticator" -version = "0.4.0-alpha.19" +version = "0.4.0-alpha.20" authors = ["J.C. Jones ", "Tim Taubert ", "Kyle Machulis "] keywords = ["ctap2", "u2f", "fido", "webauthn"] categories = ["cryptography", "hardware-support", "os"]