From 5b0cbc807277e4349122d31df4b5c4255083d2ce Mon Sep 17 00:00:00 2001 From: Yago Date: Sat, 24 Jan 2015 17:18:13 +0100 Subject: [PATCH] Update version --- bot/bot.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot/bot.lua b/bot/bot.lua index a7d2f99..8dd97bd 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.3' +VERSION = '0.8.4' function on_msg_receive (msg) vardump(msg) @@ -209,4 +209,4 @@ end -- Start and load values our_id = 0 -now = os.time() \ No newline at end of file +now = os.time()