pub const VERSION: &str = "5.5.0";Expand description
This crate’s version, which is also the version @manabrew/protocol
publishes at: publish-protocol.yml reads it out of this crate’s
Cargo.toml and passes it to npm version. The generated VERSION
constant in the npm package is this string, so a consumer comparing
VERSION against the version they installed gets a match.
Distinct from manabrew_relay_protocol::PROTOCOL_VERSION, the integer
handshake number, which is that crate’s major.