Check if a version is supported
static bool isSupported(String version) => supportedVersions.contains(version);