Skip to content

Commit 34fdf6e

Browse files
committed
update version number in openidc.lua; see #212 thanks @pamiel
Signed-off-by: Hans Zandbelt <[email protected]>
1 parent 6a0f5cb commit 34fdf6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/resty/openidc.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ local supported_token_auth_methods = {
7272
}
7373

7474
local openidc = {
75-
_VERSION = "1.6.1"
75+
_VERSION = "1.7.0"
7676
}
7777
openidc.__index = openidc
7878

0 commit comments

Comments
 (0)