From 35321c1b7258970dd6960b1b794eb04b8a12fe97 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Wed, 20 Apr 2022 14:08:24 +0200 Subject: [PATCH] feat: bump version to 0.5.2 Signed-off-by: Patrick Uiterwijk --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f40a363..c7bc507 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clevis-pin-tpm2" -version = "0.5.1" +version = "0.5.2" description = "Clevis TPM2 PIN with policy support" authors = ["Patrick Uiterwijk "] edition = "2018"