1 2 3 4 5
/// Current mux and Penguin protocol version pub const PROTOCOL_VERSION: &str = "penguin-v7"; /// Current mux and Penguin protocol version, only the version number pub const PROTOCOL_VERSION_NUMBER: u8 = 7;