diff --git a/docs/guides/deployment/vercel.mdx b/docs/guides/deployment/vercel.mdx index edd9011a9f..ff4ea58202 100644 --- a/docs/guides/deployment/vercel.mdx +++ b/docs/guides/deployment/vercel.mdx @@ -32,7 +32,7 @@ import { ProductCard } from "/snippets/product-card.mdx"; Vercel automatically detects this configuration and runs your application on Bun. The value has to be `"1.x"`, Vercel handles the minor version internally. - For best results, match your local Bun version with the version used by Vercel. **Currently, Bun version `1.2.23` is supported**. + For best results, match your local Bun version with the version used by Vercel. @@ -81,7 +81,7 @@ import { ProductCard } from "/snippets/product-card.mdx"; console.log("runtime", process.versions.bun); ``` ```txt - runtime 1.2.23 + runtime 1.3.2 ``` [See the Vercel Bun Runtime documentation for feature support →](https://vercel.com/docs/functions/runtimes/bun#feature-support)