We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ab3b88 commit a0b919dCopy full SHA for a0b919d
lib/resty/maxminddb.lua
@@ -25,7 +25,7 @@ local tab_isarray = require ('table.isarray')
25
local tab_nkeys = require ('table.nkeys')
26
27
local _M ={}
28
-_M._VERSION = '1.3.3'
+_M._VERSION = '1.3.4'
29
local mt = { __index = _M }
30
31
-- copy from https://github.com/lilien1010/lua-resty-maxminddb/blob/f96633e2428f8f7bcc1e2a7a28b747b33233a8db/resty/maxminddb.lua#L36-L126
0 commit comments