From f2fa1a6cc5ac907c4814ee5a5e21fcd66395eea8 Mon Sep 17 00:00:00 2001 From: Andreas Bielawski Date: Wed, 13 Jul 2016 21:43:24 +0200 Subject: [PATCH] v2.2.0 --- otouto/bot.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otouto/bot.lua b/otouto/bot.lua index 3320d9c..c5c107a 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.1' +bot.version = '2.2.0' function bot:init(config) -- The function run when the bot is started or reloaded.