diff --git a/pgmoon/init.lua b/pgmoon/init.lua index ceeee9c..3c1343d 100644 --- a/pgmoon/init.lua +++ b/pgmoon/init.lua @@ -7,7 +7,7 @@ do rshift, lshift, band, bxor = _obj_0.rshift, _obj_0.lshift, _obj_0.band, _obj_0.bxor end local unpack = table.unpack or unpack -local VERSION = "1.13.0" +local VERSION = "1.14.0" local _len _len = function(thing, t) if t == nil then diff --git a/pgmoon/init.moon b/pgmoon/init.moon index 1a89f9b..770b2ca 100644 --- a/pgmoon/init.moon +++ b/pgmoon/init.moon @@ -8,7 +8,7 @@ unpack = table.unpack or unpack -- Protocol documentation: -- https://www.postgresql.org/docs/current/protocol-message-formats.html -VERSION = "1.13.0" +VERSION = "1.14.0" _len = (thing, t=type(thing)) -> switch t