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.