1
2
3
4
/// constant definition of the server version
pub const SERVER_VERSION: &str = "1.20.2";
/// constant definition of the protocol version
pub const PROTOCOL_VERSION: u16 = 764;