From 0c74209bf196780b345361d85646cfb6516843f0 Mon Sep 17 00:00:00 2001 From: Andreas Bielawski Date: Sun, 7 Aug 2016 00:45:20 +0200 Subject: [PATCH] Tagge 2.2.5 --- otouto/bot.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otouto/bot.lua b/otouto/bot.lua index 047d0c3..29a241a 100644 --- a/otouto/bot.lua +++ b/otouto/bot.lua @@ -3,7 +3,7 @@ local bot = {} bindings = require('otouto.bindings') utilities = require('otouto.utilities') -bot.version = '2.2.4.1' +bot.version = '2.2.5' function bot:init(config) -- The function run when the bot is started or reloaded. cred_data = load_cred()