From b977e8893c2176b4684d9aba8003a8693b80e5f5 Mon Sep 17 00:00:00 2001 From: yago Date: Wed, 4 Feb 2015 23:06:52 +0100 Subject: [PATCH] updated version --- bot/bot.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/bot.lua b/bot/bot.lua index 8dd97bd..3f4fb11 100644 --- a/bot/bot.lua +++ b/bot/bot.lua @@ -5,7 +5,7 @@ json = (loadfile "./libs/JSON.lua")() serpent = (loadfile "./libs/serpent.lua")() require("./bot/utils") -VERSION = '0.8.4' +VERSION = '0.8.5' function on_msg_receive (msg) vardump(msg)