package server // MinClientVersion is the lowest mobile-client semver that this server // accepts. Bump it when a server change requires a paired client update; // older clients see version_too_old at /healthz and refuse to operate. const MinClientVersion = "0.1.0"