From c7587e7f779668239032ef77a02d50cdb81657bb Mon Sep 17 00:00:00 2001 From: Aaron Weiss Date: Wed, 28 Jun 2017 23:13:49 -0700 Subject: [PATCH] Bumped version number to 0.12.3. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9ddd1af..7627c85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "irc" -version = "0.12.2" +version = "0.12.3" description = "A simple, thread-safe, and async-friendly IRC client library." authors = ["Aaron Weiss "] license = "MPL-2.0"