Skip to content

Commit

Permalink
Merge pull request #1693 from Mashape/hotfix/serf
Browse files Browse the repository at this point in the history
hotfix(serf) adding support for Serf 0.8
  • Loading branch information
subnetmarco authored Sep 28, 2016
2 parents b15b324 + 83735e4 commit aa15477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong/meta.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ return {
-- to lua-version's `set()` in the form {from, to}
_DEPENDENCIES = {
nginx = {"1.9.15.1", "1.9.15.1"},
serf = {"0.7.0", "0.7.0"},
serf = {"0.7.0", "0.8.0"},
--resty = {}, -- not version dependent for now
--dnsmasq = {} -- not version dependent for now
}
Expand Down

0 comments on commit aa15477

Please sign in to comment.