From cf9a93127a2187faf20859779e8c75dcf48b4def Mon Sep 17 00:00:00 2001 From: Aaron Weiss Date: Wed, 3 Oct 2018 11:34:37 -0400 Subject: [PATCH] Bumped version number to 0.13.6. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ec2db0c..606a501 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "irc" -version = "0.13.5" +version = "0.13.6" description = "the irc crate – usable, async IRC for Rust " authors = ["Aaron Weiss "] license = "MPL-2.0"