From 3f50d630bd66dab31e3cb49425d876270846cb9c Mon Sep 17 00:00:00 2001 From: xav Date: Wed, 7 Feb 2024 17:26:21 +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 b1fa194..9f33254 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -646,7 +646,7 @@ dependencies = [ [[package]] name = "bouncer" -version = "0.34.0" +version = "0.34.1" dependencies = [ "anyhow", "arrayvec", diff --git a/Cargo.toml b/Cargo.toml index 69fe5b5..8e45566 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bouncer" -version = "0.34.0" +version = "0.34.1" edition = "2021" authors = [ "Derek "