mirror of
https://github.com/g012/l65.git
synced 2025-02-05 21:33:47 +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
|