From 4faccd1f43968e9be16bae9f26f9c13d2e5c2b10 Mon Sep 17 00:00:00 2001 From: cyqsimon <28627918+cyqsimon@users.noreply.github.com> Date: Tue, 8 Oct 2024 14:56:26 +0800 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5125fc56..0e25b6ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -159,7 +159,7 @@ dependencies = [ [[package]] name = "bandwhich" -version = "0.23.0" +version = "0.23.1" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 2c1484e5..acaaaf36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bandwhich" -version = "0.23.0" +version = "0.23.1" authors = [ "Aram Drevekenin ", "Eduardo Toledo ",