diff options
Diffstat (limited to 'proxy.go')
-rw-r--r-- | proxy.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,8 +15,8 @@ import ( const ( serializeVer = 29 - protoVer = 40 - versionString = "5.5.1" + protoVer = 41 + versionString = "5.6.1" maxPlayerNameLen = 20 bytesPerMediaBunch = 5000 ) |