Standard versioning
This commit is contained in:
parent
99ce47f831
commit
5ebea27e3b
5
init.lua
5
init.lua
|
@ -1,2 +1,5 @@
|
|||
local _VERSION = '0.5.0'
|
||||
|
||||
return assert(require((... and select('1', ...):match('.+')..'.' or '')..'assert-gooder'), '[assert-gooder]: Could not load vital library: assert-gooder')
|
||||
local assert_gooder = assert(require((... and select('1', ...):match('.+')..'.' or '')..'assert-gooder'), '[assert-gooder]: Could not load vital library: assert-gooder')
|
||||
assert_gooder._VERSION = _VERSION
|
||||
return assert_gooder
|
||||
|
|
Loading…
Reference in New Issue
Block a user