From df1dc438849d8a7a745fbf67fe65f04da66701e8 Mon Sep 17 00:00:00 2001 From: One <43485962+c-git@users.noreply.github.com> Date: Wed, 3 Apr 2024 12:23:17 -0400 Subject: [PATCH] chore: version bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8e98292..9316ffe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -163,7 +163,7 @@ checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" [[package]] name = "bazooka-bot" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "human-time", diff --git a/Cargo.toml b/Cargo.toml index 52a7c41..74bd664 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bazooka-bot" -version = "0.4.1" +version = "0.4.2" edition = "2021" publish = false