1
0
mirror of https://github.com/g012/l65.git synced 2024-06-11 10:29:27 +00:00
l65/l65cfg.lua

9 lines
91 B
Lua
Raw Normal View History

2017-09-26 23:33:21 +00:00
local M = {}
M.major = 1
M.minor = 0
M.revision = 0
M.version = "1.0.0"
return M