From 414d284e8a0c65dc0265928992ec0512d5fe2a7a Mon Sep 17 00:00:00 2001 From: Aaron Weiss Date: Tue, 17 Feb 2015 14:29:10 -0500 Subject: [PATCH] Bumped version to 0.8.6. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4a0f2a6..e5d0895 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "irc" -version = "0.8.5" +version = "0.8.6" description = "A simple, thread-safe IRC client library." authors = ["Aaron Weiss "] license = "Unlicense"