Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyLothar committed Jul 11, 2017
1 parent d1a5141 commit ee1d024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/resty/jwt.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ local evp = require "resty.evp"
local hmac = require "resty.hmac"
local resty_random = require "resty.random"

local _M = {_VERSION="0.1.10"}
local _M = {_VERSION="0.1.11"}
local mt = {__index=_M}

local string_match= string.match
Expand Down

0 comments on commit ee1d024

Please sign in to comment.