From 22dc1916de21784c5262ba72ac2e54e2790aee38 Mon Sep 17 00:00:00 2001 From: Andreas Bielawski Date: Mon, 1 Aug 2016 00:39:17 +0200 Subject: [PATCH] Tagge 2.2.4 --- otouto/bot.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otouto/bot.lua b/otouto/bot.lua index a4af63f..eb17ad4 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.3.2' +bot.version = '2.2.4.0' function bot:init(config) -- The function run when the bot is started or reloaded. cred_data = load_cred()