Skip to content

Commit a0b919d

Browse files
authored
Update maxminddb.lua
1 parent 8ab3b88 commit a0b919d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/resty/maxminddb.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ local tab_isarray = require ('table.isarray')
2525
local tab_nkeys = require ('table.nkeys')
2626

2727
local _M ={}
28-
_M._VERSION = '1.3.3'
28+
_M._VERSION = '1.3.4'
2929
local mt = { __index = _M }
3030

3131
-- copy from https://github.com/lilien1010/lua-resty-maxminddb/blob/f96633e2428f8f7bcc1e2a7a28b747b33233a8db/resty/maxminddb.lua#L36-L126

0 commit comments

Comments
 (0)