From f15011aedd77a51f6c23f1f7c93007c9333ae822 Mon Sep 17 00:00:00 2001 From: yago Date: Thu, 14 May 2015 21:48:23 +0200 Subject: [PATCH] Version 0.12.2 --- bot/bot.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/bot.lua b/bot/bot.lua index 9c29395..7ff83cf 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' +VERSION = '0.12.2' -- This function is called when tg receive a msg function on_msg_receive (msg)