From 5a261a87f4610a82d65b2c12950fda6ef061068c Mon Sep 17 00:00:00 2001 From: Andreas Bielawski Date: Mon, 25 Jul 2016 13:54:12 +0200 Subject: [PATCH] Brawlbot 2.2.2 --- otouto/bot.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otouto/bot.lua b/otouto/bot.lua index 4d07d93..a22c720 100644 --- a/otouto/bot.lua +++ b/otouto/bot.lua @@ -5,7 +5,7 @@ local bindings -- Load Telegram bindings. local utilities -- Load miscellaneous and cross-plugin functions. local redis = (loadfile "./otouto/redis.lua")() -bot.version = '2.2.1' +bot.version = '2.2.2' function bot:init(config) -- The function run when the bot is started or reloaded.