Add support for CNB platform API version 0.14
Closes gh-41549
This commit is contained in:
parent
166926881f
commit
9e3e067a4c
|
|
@ -32,7 +32,7 @@ final class ApiVersions {
|
|||
/**
|
||||
* The platform API versions supported by this release.
|
||||
*/
|
||||
static final ApiVersions SUPPORTED_PLATFORMS = ApiVersions.of(0, IntStream.rangeClosed(3, 12));
|
||||
static final ApiVersions SUPPORTED_PLATFORMS = ApiVersions.of(0, IntStream.rangeClosed(3, 14));
|
||||
|
||||
private final ApiVersion[] apiVersions;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue