From 4eb345e232bee791d5d3809fa33955bf742d0e40 Mon Sep 17 00:00:00 2001 From: Aaron Weiss Date: Thu, 1 Jan 2015 20:41:10 -0500 Subject: [PATCH] Version number bump to 0.7.2. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9be8928..7af6c08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "irc" -version = "0.7.1" +version = "0.7.2" description = "A simple, thread-safe IRC client library." authors = ["Aaron Weiss "] license = "Unlicense"