Skip to content

Commit 0ed09d8

Browse files
authored
Merge branch 'main' into fix/node-js-docs
2 parents 00d9981 + 6e8bd44 commit 0ed09d8

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)