Merge branch 'master' into develop

This commit is contained in:
obscuren 2014-05-20 22:45:10 +02:00
commit e8b4585295
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ const (
// The size of the output buffer for writing messages
outputBufferSize = 50
// Current protocol version
ProtocolVersion = 11
ProtocolVersion = 12
)
type DiscReason byte