From f35db3637829a9123781d07a0a18ce4fc69ac0b9 Mon Sep 17 00:00:00 2001 From: jose-fully-ported <141160579+jose-fully-ported@users.noreply.github.com> Date: Mon, 27 Nov 2023 10:12:57 -0500 Subject: [PATCH] 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 <141160579+jose-fully-ported@users.noreply.github.com> --- content/docs/reference/spec/buildpack-api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/reference/spec/buildpack-api.md b/content/docs/reference/spec/buildpack-api.md index 92f53c737..70bc9d94c 100644 --- a/content/docs/reference/spec/buildpack-api.md +++ b/content/docs/reference/spec/buildpack-api.md @@ -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" @@ -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].