Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
leafo committed Feb 17, 2022
1 parent d384c40 commit 251fadd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pgmoon/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pgmoon/init.moon
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 251fadd

Please sign in to comment.