From 45e2599e2cf90b76d38b8d9f1402b4e93bda6680 Mon Sep 17 00:00:00 2001 From: "Alex M. M." Date: Tue, 24 Oct 2023 21:35:14 +0200 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 761b6f318d8..88b3210d003 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.11.6" +version = "0.11.7" edition = "2018" include = ["src/**/*", "LICENSE.md", "README.md", "CHANGELOG.md", "build.rs"]