1
0

Remove version for now
Some checks failed
LÖVE/Lua Library / Test (push) Failing after 6s
LÖVE/Lua Library / Static-Analysis (push) Failing after 4s

This commit is contained in:
Jon Michael Aanes 2024-07-12 22:54:34 +02:00
parent 709355f484
commit 8c154e682e
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA

View File

@ -8,5 +8,5 @@ local _VERSION = '0.5.5'
local premodule = (...) local premodule = (...)
if premodule == 'init' then premodule = '' end if premodule == 'init' then premodule = '' end
local pretty = require (premodule .. (premodule ~= '' and '.' or '') .. 'pretty') local pretty = require (premodule .. (premodule ~= '' and '.' or '') .. 'pretty')
pretty._VERSION = _VERSION --pretty._VERSION = _VERSION -- TODO
return pretty return pretty