From 159f8cda0bfd256f0a396dcd65fbcd7db8efcee4 Mon Sep 17 00:00:00 2001 From: Matt Mullins Date: Mon, 14 Apr 2014 23:34:28 -0700 Subject: [PATCH] Release version 11. This release updates the irc module to actively ping the server. --- bot.rel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot.rel b/bot.rel index e4a10bd..4676f4a 100644 --- a/bot.rel +++ b/bot.rel @@ -1,4 +1,4 @@ -{release, {"erlbot", "10"}, +{release, {"erlbot", "11"}, {erts, "5.8.3"}, [{kernel, "2.14.5"}, {stdlib, "1.17.5"}, @@ -7,5 +7,5 @@ {amqp_client, "0.0.0"}, {core, "2"}, {amqp, "2"}, - {irc, "10"}] + {irc, "11"}] }. -- 2.11.0