introduce protocol.VersionWhatever for when the version doesn't matter

ref #83
This commit is contained in:
Lucas Clemente
2016-07-07 18:22:31 +02:00
parent 5ada9108ae
commit 81ae6d44ec
2 changed files with 3 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ const (
Version32
Version33
Version34
VersionWhatever = 0 // for when the version doesn't matter
)
// SupportedVersions lists the versions that the server supports