aboutsummaryrefslogtreecommitdiff
path: root/proxy.go
diff options
context:
space:
mode:
Diffstat (limited to 'proxy.go')
-rw-r--r--proxy.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/proxy.go b/proxy.go
index b4721b2..a2ad4d4 100644
--- a/proxy.go
+++ b/proxy.go
@@ -15,8 +15,8 @@ import (
const (
serializeVer = 29
- protoVer = 40
- versionString = "5.5.1"
+ protoVer = 41
+ versionString = "5.6.1"
maxPlayerNameLen = 20
bytesPerMediaBunch = 5000
)