From f883d9168d9379d4eaec551188e670eb53874078 Mon Sep 17 00:00:00 2001 From: "Alex M. M." Date: Fri, 15 Nov 2024 14:25:49 +0100 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8ee7339782f..709f9d74ed1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "ISC" name = "serenity" readme = "README.md" repository = "https://github.com/serenity-rs/serenity.git" -version = "0.12.3" +version = "0.12.4" edition = "2021" rust-version = "1.74" include = ["src/**/*", "LICENSE.md", "README.md", "CHANGELOG.md", "build.rs"]