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:
commit
0cc7ed77cc
|
@ -34,7 +34,7 @@ var protocolVersionMap map[uint8]uint8
|
|||
|
||||
func init() {
|
||||
protocolVersionMap = map[uint8]uint8{
|
||||
1: 5,
|
||||
1: 4,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue