Bumps protocol version to 3 to get serf version 5.

This commit is contained in:
James Phillips 2015-06-02 17:50:35 -07:00
parent 63e4dffbbc
commit 7b8aae37cb
2 changed files with 2 additions and 1 deletions

View file

@ -32,6 +32,7 @@ func init() {
protocolVersionMap = map[uint8]uint8{
1: 4,
2: 4,
3: 5,
}
}

View file

@ -27,7 +27,7 @@ import (
// protocol versions.
const (
ProtocolVersionMin uint8 = 1
ProtocolVersionMax = 2
ProtocolVersionMax = 3
)
const (