Bump default packet version 20 -> 21

This commit is contained in:
Simon Walton 2018-05-09 14:29:10 -07:00
parent 0349847857
commit 9b6225db40

View file

@ -91,7 +91,7 @@ PacketVersion versionForPacketType(PacketType packetType) {
case PacketType::Ping:
return static_cast<PacketVersion>(PingVersion::IncludeConnectionID);
default:
return 20;
return 21;
}
}