Update bot and server ProtocolVersion

This commit is contained in:
Tnze
2023-04-05 01:55:48 +08:00
parent 016455d00a
commit 9aad4d2201
2 changed files with 3 additions and 3 deletions

View File

@ -38,8 +38,8 @@ import (
)
const (
ProtocolName = "1.19.3"
ProtocolVersion = 761
ProtocolName = "1.19.4"
ProtocolVersion = 762
)
type Server struct {