Merge pull request #34383 from beatfreaker

* pr/34383:
  Add support for CNB platform API 0.11

Closes gh-34383
This commit is contained in:
Moritz Halbritter 2023-03-01 09:25:14 +01:00
commit 512afc2efa
1 changed files with 1 additions and 1 deletions

View File

@ -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, 10));
static final ApiVersions SUPPORTED_PLATFORMS = ApiVersions.of(0, IntStream.rangeClosed(3, 11));
private final ApiVersion[] apiVersions;