From c31b1128a38ef1851c813d942c74bee7712368ec Mon Sep 17 00:00:00 2001 From: Marek 'seqre' Grzelak Date: Tue, 12 Sep 2023 13:23:32 -0500 Subject: [PATCH] [release] v2.5.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aeb6a69..15a2368 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1546,7 +1546,7 @@ dependencies = [ [[package]] name = "secubot" -version = "2.5.0" +version = "2.5.1" dependencies = [ "anyhow", "config", diff --git a/Cargo.toml b/Cargo.toml index ec9f4c4..8a9c9f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "secubot" -version = "2.5.0" +version = "2.5.1" edition = "2021" authors = ["Marek 'seqre' Grzelak "] description = "Yet another Discord bot!"