Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
leafo committed Nov 22, 2022
1 parent e65af32 commit 1c193f6
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 @@ -8,7 +8,7 @@ do
end
local unpack = table.unpack or unpack
local DEBUG = false
local VERSION = "1.15.0"
local VERSION = "1.16.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 @@ -9,7 +9,7 @@ unpack = table.unpack or unpack
-- https://www.postgresql.org/docs/current/protocol-message-formats.html

DEBUG = false
VERSION = "1.15.0"
VERSION = "1.16.0"

_len = (thing, t=type(thing)) ->
switch t
Expand Down

0 comments on commit 1c193f6

Please sign in to comment.