Skip to content

Commit dd013ff

Browse files
authored
Merge pull request cds-hooks#436 from tgquan67/patch-1
Change current buildpack API version to 0.7 in buildpack.toml schema documentation
2 parents 9102895 + c721eca commit dd013ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/reference/spec/buildpack-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ id = "io.buildpacks.stacks.bionic"
142142
### Schema
143143

144144
The schema is as follows:
145-
- **`api`** _(string, required, current: `0.5`)_\
145+
- **`api`** _(string, required, current: `0.7`)_\
146146
The Buildpack API version the buildpack adheres to. Used to ensure [compatibility](#api-compatibility) against
147147
the [lifecycle][lifecycle].
148148

0 commit comments

Comments
 (0)