Skip to content

Commit

Permalink
chore(pdk) bump PDK version to 1.3.1
Browse files Browse the repository at this point in the history
Changes:

* fix light thread safety issues in `kong.ctx`
* fix light thread safety issues in `kong.log`
* minor styling and typo fixes
  • Loading branch information
thibaultcha committed May 14, 2020
1 parent d40f58c commit 30df838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong/pdk/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ assert(package.loaded["resty.core"])

local MAJOR_VERSIONS = {
[1] = {
version = "1.3.0",
version = "1.3.1",
modules = {
"table",
"node",
Expand Down

0 comments on commit 30df838

Please sign in to comment.