From 2fad772c22feaceafac4ee61fb26437f5c35ff03 Mon Sep 17 00:00:00 2001 From: yago Date: Sat, 14 Mar 2015 17:25:28 +0100 Subject: [PATCH] Version 0.10.0 --- bot/bot.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/bot.lua b/bot/bot.lua index e7d2f2d..fbf27cf 100644 --- a/bot/bot.lua +++ b/bot/bot.lua @@ -1,6 +1,6 @@ require("./bot/utils") -VERSION = '0.9.5' +VERSION = '0.10.0' -- This function is called when tg receive a msg function on_msg_receive (msg)