increment version number

This commit is contained in:
topkecleon 2016-06-06 23:45:39 -04:00
parent e60865d4a4
commit 732b55369a

View File

@ -4,7 +4,7 @@ local bot = {}
local bindings -- Load Telegram bindings.
local utilities -- Load miscellaneous and cross-plugin functions.
bot.version = '3.8'
bot.version = '3.9'
function bot:init(config) -- The function run when the bot is started or reloaded.