From 02a113cca904d0901b73d17a0695194482f1cd03 Mon Sep 17 00:00:00 2001 From: Aaron Weiss Date: Sun, 24 Jan 2021 14:19:50 -0500 Subject: [PATCH] bump irc-proto version to 0.15.0 (whoops) --- irc-proto/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irc-proto/Cargo.toml b/irc-proto/Cargo.toml index 2011fcf..8df1116 100644 --- a/irc-proto/Cargo.toml +++ b/irc-proto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "irc-proto" -version = "0.14.0" +version = "0.15.0" description = "The IRC protocol distilled." authors = ["Aaron Weiss "] license = "MPL-2.0"