1
0
mirror of https://github.com/g012/l65.git synced 2024-06-08 06:29:30 +00:00
l65/l65cfg.lua
2017-09-27 01:33:21 +02:00

9 lines
91 B
Lua

local M = {}
M.major = 1
M.minor = 0
M.revision = 0
M.version = "1.0.0"
return M