mirror of
https://github.com/TangentFoxy/etlua.git
synced 2025-07-28 02:52:17 +00:00
add version inside of module
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
VERSION = "1.0.1"
|
||||
|
||||
import insert, concat from table
|
||||
|
||||
@@ -229,5 +230,5 @@ render = (str, env) ->
|
||||
else
|
||||
nil, err
|
||||
|
||||
{ :compile, :render, :Parser }
|
||||
{ :compile, :render, :Parser, _version: VERSION }
|
||||
|
||||
|
Reference in New Issue
Block a user