diff options
Diffstat (limited to 'proxy.go')
-rw-r--r-- | proxy.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,8 +17,8 @@ import ( const ( serializeVer = 29 - protoVer = 43 - versionString = "5.8.0" + protoVer = 44 + versionString = "5.9.0" maxPlayerNameLen = 20 bytesPerMediaBunch = 5000 ) |