Checks if a version is supported
static bool isSupported(int version) { return supportedVersions.contains(version); }