From 49e02f5a676a5c76915d2540fd4078da0778468b Mon Sep 17 00:00:00 2001 From: Aaron Weiss Date: Tue, 27 Jun 2017 14:26:53 -0700 Subject: [PATCH] Bumped version to 0.12.2. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d0644f0..472bce1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "irc" -version = "0.12.1" +version = "0.12.2" description = "A simple, thread-safe, and async-friendly IRC client library." authors = ["Aaron Weiss "] license = "MPL-2.0"