From 0257c6f3c0d93a046b4ec4f1273d17c9141efdbb Mon Sep 17 00:00:00 2001 From: Aaron Weiss Date: Fri, 2 Jan 2015 15:20:46 -0500 Subject: [PATCH] Version number bump to 0.7.3. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c4bde69..d737fbb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "irc" -version = "0.7.2" +version = "0.7.3" description = "A simple, thread-safe IRC client library." authors = ["Aaron Weiss "] license = "Unlicense"