Update version.lua

This commit is contained in:
Yago 2015-04-11 18:32:07 +02:00
parent c0b0e95f42
commit 5cc95b6ee4
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ do
function run(msg, matches)
return 'Telegram Bot '.. VERSION .. [[
Checkout http://git.io/6jdjGg
GNU v2 license.]]
GNU GPL v2 license.]]
end
return {
@ -15,4 +15,4 @@ return {
run = run
}
end
end