From 7c8cd4950f0fe94b00b395ff2e00572ffb71a0bf Mon Sep 17 00:00:00 2001 From: chris13524 Date: Mon, 27 May 2024 16:46:46 +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 a8eae5b..6e14412 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -697,7 +697,7 @@ dependencies = [ [[package]] name = "bouncer" -version = "0.34.5" +version = "0.34.6" dependencies = [ "anyhow", "arrayvec", diff --git a/Cargo.toml b/Cargo.toml index 3154d8d..537c4c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bouncer" -version = "0.34.5" +version = "0.34.6" edition = "2021" authors = [ "Derek "