From 24bfccc7872d1aa69eb4bc8c404c4a348aecd175 Mon Sep 17 00:00:00 2001 From: "John M. Schanck" Date: Thu, 5 Oct 2023 15:55:06 -0700 Subject: [PATCH] Bump version to 0.4.0-alpha.23 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a376724b..554ea1cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "authenticator" -version = "0.4.0-alpha.22" +version = "0.4.0-alpha.23" authors = ["J.C. Jones ", "Tim Taubert ", "Kyle Machulis "] keywords = ["ctap2", "u2f", "fido", "webauthn"] categories = ["cryptography", "hardware-support", "os"]