Skip to content

Commit

Permalink
Update maxminddb.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
anjia0532 authored Mar 30, 2020
1 parent 4ef2a27 commit cb02183
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 @@ -18,7 +18,7 @@ local ffi_gc = ffi.gc
local C = ffi.C

local _M ={}
_M._VERSION = '1.3.0'
_M._VERSION = '1.3.1'
local mt = { __index = _M }

ffi.cdef[[
Expand Down

0 comments on commit cb02183

Please sign in to comment.