const MINIMUM_CLIENT_VERSION: Option<&str>;
Minimum client version the backend accepts. None disables the check; a "major.minor.patch" string rejects older clients with 426 Upgrade Required.
None
"major.minor.patch"
426 Upgrade Required