Merge pull request #35 from hashicorp/b-serfv4

Change serf version to 4 so the entire test suite doesn't fail
This commit is contained in:
Chris Bednarski 2015-09-11 12:34:21 -07:00
commit 0cc7ed77cc
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ var protocolVersionMap map[uint8]uint8
func init() {
protocolVersionMap = map[uint8]uint8{
1: 5,
1: 4,
}
}