From 77e28b84bae0f0a744ec7cf2a42fdb90ef54498e Mon Sep 17 00:00:00 2001 From: Aaron Weiss Date: Mon, 2 Oct 2017 16:24:29 +0200 Subject: [PATCH] Bumped version to 0.12.5. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 673639d..5c6a7db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "irc" -version = "0.12.4" +version = "0.12.5" description = "A simple, thread-safe, and async-friendly IRC client library." authors = ["Aaron Weiss "] license = "MPL-2.0"