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 d879fc5..34a4882 100644
--- a/proxy.go
+++ b/proxy.go
@@ -17,8 +17,8 @@ import (
const (
serializeVer = 29
- protoVer = 43
- versionString = "5.8.0"
+ protoVer = 44
+ versionString = "5.9.0"
maxPlayerNameLen = 20
bytesPerMediaBunch = 5000
)