1
0

Remove version for now

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 = (...)
if premodule == 'init' then premodule = '' end
local pretty = require (premodule .. (premodule ~= '' and '.' or '') .. 'pretty')
pretty._VERSION = _VERSION
--pretty._VERSION = _VERSION -- TODO
return pretty