Skip to content

Commit f35db36

Browse files
docs: update current buildpack version
This should match the version in https://github.com/buildpacks/spec/blob/buildpack/v0.10/buildpack.md Signed-off-by: jose-fully-ported <[email protected]>
1 parent 80c8a16 commit f35db36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ A buildpack must contain a `buildpack.toml` file in its root directory.
128128
### Example
129129

130130
```
131-
api = "0.8"
131+
api = "0.10"
132132
133133
[buildpack]
134134
id = "example.com/python"
@@ -146,7 +146,7 @@ id = "io.buildpacks.stacks.jammy"
146146
### Schema
147147

148148
The schema is as follows:
149-
- **`api`** _(string, required, current: `0.8`)_\
149+
- **`api`** _(string, required, current: `0.10`)_\
150150
The Buildpack API version the buildpack adheres to. Used to ensure [compatibility](#api-compatibility) against
151151
the [lifecycle][lifecycle].
152152

0 commit comments

Comments
 (0)