Skip to content

Commit

Permalink
fixes #7, fixes #8
Browse files Browse the repository at this point in the history
  • Loading branch information
anjia0532 authored Jul 12, 2018
1 parent d610f4e commit 16f5d10
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 @@ -16,7 +16,7 @@ local ffi_str = ffi.string
local ffi_cast = ffi.cast

local _M ={}
_M._VERSION = '0.05'
_M._VERSION = '0.06'
local mt = { __index = _M }

ffi.cdef[[
Expand Down

0 comments on commit 16f5d10

Please sign in to comment.