From a15bfca41bb7ba0ca1b2361f0997a0eabd08beff Mon Sep 17 00:00:00 2001 From: chris13524 Date: Fri, 9 Feb 2024 15:54:19 +0000 Subject: [PATCH] chore: Bump version for release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8426f8c..13a16a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2518,7 +2518,7 @@ dependencies = [ [[package]] name = "keyserver" -version = "1.14.1" +version = "1.14.2" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index f2a5212..1c268f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "keyserver" -version = "1.14.1" +version = "1.14.2" edition = "2021" authors = [ "Derek Rein ",