From 0a117a168ca93288877f6377052bd9f12ceb6d4a Mon Sep 17 00:00:00 2001 From: Elyniss Date: Fri, 13 Oct 2023 13:47:15 +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 afd12ad..2673733 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1835,7 +1835,7 @@ dependencies = [ [[package]] name = "keyserver" -version = "1.12.1" +version = "1.12.2" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 3083fd5..55feb39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "keyserver" -version = "1.12.1" +version = "1.12.2" edition = "2021" authors = [ "Derek Rein ",