From b8f0d697a52433fd2a43c4eefac68d6422de3f00 Mon Sep 17 00:00:00 2001 From: Aaron Weiss Date: Sun, 18 Dec 2016 16:28:02 -0500 Subject: [PATCH] Bumped version number to 0.11.6 (after pulling). --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index beaa52e..2ef59fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "irc" -version = "0.11.5" +version = "0.11.6" description = "A simple, thread-safe IRC client library." authors = ["Aaron Weiss "] license = "CC0-1.0"