Skip to content

Commit

Permalink
hotfix(serf) adding support for Serf 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
subnetmarco committed Sep 28, 2016
1 parent b15b324 commit 83735e4
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 83735e4

Please sign in to comment.