Check if a version is supported
static bool isVersionSupported(String version) { return supportedVersions.contains(version); }