Skip to content

Commit ee1d024

Browse files
committed
bump version
1 parent d1a5141 commit ee1d024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/resty/jwt.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ local evp = require "resty.evp"
55
local hmac = require "resty.hmac"
66
local resty_random = require "resty.random"
77

8-
local _M = {_VERSION="0.1.10"}
8+
local _M = {_VERSION="0.1.11"}
99
local mt = {__index=_M}
1010

1111
local string_match= string.match

0 commit comments

Comments
 (0)