Skip to content

Commit

Permalink
Update maxminddb.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
anjia0532 authored Oct 28, 2024
1 parent 8ab3b88 commit a0b919d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/resty/maxminddb.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ local tab_isarray = require ('table.isarray')
local tab_nkeys = require ('table.nkeys')

local _M ={}
_M._VERSION = '1.3.3'
_M._VERSION = '1.3.4'
local mt = { __index = _M }

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

0 comments on commit a0b919d

Please sign in to comment.