Skip to content

Commit

Permalink
Buildpack API 0.11 is supported as of lifecycle 0.19 (#1326)
Browse files Browse the repository at this point in the history
Fixes #1322

Signed-off-by: Natalie Arellano <narellano@vmware.com>
  • Loading branch information
natalieparellano committed Apr 1, 2024
1 parent f9a30c7 commit f928f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/apis.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var (
// Buildpack is a pair of lists of Buildpack API versions:
// 1. All supported versions (including deprecated versions)
// 2. The versions that are deprecated
Buildpack = newApisMustParse([]string{"0.7", "0.8", "0.9", "0.10"}, []string{})
Buildpack = newApisMustParse([]string{"0.7", "0.8", "0.9", "0.10", "0.11"}, []string{})
)

type APIs struct {
Expand Down

0 comments on commit f928f7a

Please sign in to comment.