Skip to content

Commit

Permalink
Merge pull request #633 from jose-fully-ported/patch-1
Browse files Browse the repository at this point in the history
docs: update current buildpack version
  • Loading branch information
AidanDelaney authored Dec 7, 2023
2 parents 7c5f256 + 071a5b9 commit 6e8bd44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/reference/spec/buildpack-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ A buildpack must contain a `buildpack.toml` file in its root directory.
### Example

```
api = "0.8"
api = "0.10"
[buildpack]
id = "example.com/python"
Expand All @@ -146,7 +146,7 @@ id = "io.buildpacks.stacks.jammy"
### Schema

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

Expand Down

0 comments on commit 6e8bd44

Please sign in to comment.