From 64e16fde64b331ed8d2fcfcb45a5da6870f9bb22 Mon Sep 17 00:00:00 2001 From: Andreas Bielawski Date: Fri, 29 Jul 2016 00:07:00 +0200 Subject: [PATCH] Ich krieg die Krise! --- otouto/bot.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otouto/bot.lua b/otouto/bot.lua index c274552..d781f10 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.3' +bot.version = '2.2.3.1' function bot:init(config) -- The function run when the bot is started or reloaded.