From 5829c673c13655b86d317ab65d204067a2b1a7a4 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 16 Oct 2017 14:30:28 +0200 Subject: [PATCH] Update 0.4.2's Cargo.toml version to 0.4.2 itself (#196) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fefa679eb1c..e6ffd7cfa58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "ISC" name = "serenity" readme = "README.md" repository = "https://github.com/zeyla/serenity.git" -version = "0.4.1" +version = "0.4.2" [dependencies] bitflags = "^1.0"