Skip to main content

MINIMUM_CLIENT_VERSION

Constant MINIMUM_CLIENT_VERSION 

Source
const MINIMUM_CLIENT_VERSION: Option<&str>;
Expand description

Minimum client version the backend accepts. None disables the check; a "major.minor.patch" string rejects older clients with 426 Upgrade Required.