Skip to content

Commit 251fadd

Browse files
committed
version bump
1 parent d384c40 commit 251fadd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pgmoon/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ do
77
rshift, lshift, band, bxor = _obj_0.rshift, _obj_0.lshift, _obj_0.band, _obj_0.bxor
88
end
99
local unpack = table.unpack or unpack
10-
local VERSION = "1.13.0"
10+
local VERSION = "1.14.0"
1111
local _len
1212
_len = function(thing, t)
1313
if t == nil then

pgmoon/init.moon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ unpack = table.unpack or unpack
88
-- Protocol documentation:
99
-- https://www.postgresql.org/docs/current/protocol-message-formats.html
1010

11-
VERSION = "1.13.0"
11+
VERSION = "1.14.0"
1212

1313
_len = (thing, t=type(thing)) ->
1414
switch t

0 commit comments

Comments
 (0)