From 2179e5dbb61fb9ce6302cc43a1240f564483d183 Mon Sep 17 00:00:00 2001 From: acdenisSK Date: Mon, 12 Nov 2018 23:06:38 +0100 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b1d29eedbf0..0b8bf58e176 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.5.10" +version = "0.5.11" [dependencies] bitflags = "^1.0"