Skip to content

Commit 9c1658b

Browse files
committed
version bump
1 parent b3f0300 commit 9c1658b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: pgmoon/init.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ do
88
end
99
local unpack = table.unpack or unpack
1010
local DEBUG = false
11-
local VERSION = "1.14.0"
11+
local VERSION = "1.15.0"
1212
local _len
1313
_len = function(thing, t)
1414
if t == nil then

Diff for: pgmoon/init.moon

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ unpack = table.unpack or unpack
99
-- https://www.postgresql.org/docs/current/protocol-message-formats.html
1010

1111
DEBUG = false
12-
VERSION = "1.14.0"
12+
VERSION = "1.15.0"
1313

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

0 commit comments

Comments
 (0)