pub const REPORTED_PARSE_SERVER_VERSION: &str = "9.10.1-alpha.6";Expand description
The parse-server version parse-rust reports as its own.
This is a decision, not an oversight. /serverInfo returns parseServerVersion, and
SDKs branch on it: the Ruby SDK warns below 7.0.0, and features gate on version comparisons.
Reporting parse-rust 0.0.0 would fail every one of those checks, so the wire-compatible
answer is the parse-server version whose behavior this server implements. It is the same
number recorded in PIN.
If parse-rust ever needs to advertise itself distinctly, that belongs in a separate field that upstream does not define, not in this one.