mirror of
https://github.com/g012/l65.git
synced 2024-12-29 16:29:15 +00:00
9 lines
91 B
Lua
9 lines
91 B
Lua
local M = {}
|
|
|
|
M.major = 1
|
|
M.minor = 0
|
|
M.revision = 0
|
|
M.version = "1.0.0"
|
|
|
|
return M
|