From 432151dc79f5a7685f84c7863a1a16a13db2a4ba Mon Sep 17 00:00:00 2001 From: yago Date: Fri, 1 May 2015 21:20:54 +0200 Subject: [PATCH] Version v0.12.0 --- bot/bot.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/bot.lua b/bot/bot.lua index 3684f09e..862023bf 100644 --- a/bot/bot.lua +++ b/bot/bot.lua @@ -4,7 +4,7 @@ package.cpath = package.cpath .. ';.luarocks/lib/lua/5.2/?.so' require("./bot/utils") -VERSION = '0.12.1 (BETA)' +VERSION = '0.12.0' -- This function is called when tg receive a msg function on_msg_receive (msg)