Release version 11. v11
authorMatt Mullins <mmullins@mmlx.us>
Tue, 15 Apr 2014 06:34:28 +0000 (23:34 -0700)
committerMatt Mullins <mmullins@mmlx.us>
Tue, 15 Apr 2014 07:11:52 +0000 (00:11 -0700)
This release updates the irc module to actively ping the server.

bot.rel

diff --git a/bot.rel b/bot.rel
index e4a10bd..4676f4a 100644 (file)
--- 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"}]
 }.