Add support for CNB platform API 0.10
Fixes gh-32949
This commit is contained in:
@@ -31,7 +31,7 @@ final class ApiVersions {
|
||||
/**
|
||||
* The platform API versions supported by this release.
|
||||
*/
|
||||
static final ApiVersions SUPPORTED_PLATFORMS = ApiVersions.of(0, IntStream.rangeClosed(3, 9));
|
||||
static final ApiVersions SUPPORTED_PLATFORMS = ApiVersions.of(0, IntStream.rangeClosed(3, 10));
|
||||
|
||||
private final ApiVersion[] apiVersions;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user