From 51fa26b7d5865dc961828f599cd36a2711d1670d Mon Sep 17 00:00:00 2001 From: shimun Date: Wed, 14 Jul 2021 12:24:58 +0200 Subject: [PATCH] bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0165240..f3060d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -377,7 +377,7 @@ dependencies = [ [[package]] name = "fido2luks" -version = "0.2.16" +version = "0.2.17" dependencies = [ "ctap_hmac", "failure", diff --git a/Cargo.toml b/Cargo.toml index 4c5d21b..24d4598 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fido2luks" -version = "0.2.16" +version = "0.2.17" authors = ["shimunn "] edition = "2018"