From 762acd8377dfaf7341d20156c30b0f930d13ced0 Mon Sep 17 00:00:00 2001 From: Andy Jessop Date: Fri, 30 Aug 2024 13:19:31 +0200 Subject: [PATCH] fix: incorrect version for wrangler types --x-include-runtime inclusion (#16548) Co-authored-by: Andy Jessop --- src/content/docs/workers/wrangler/commands.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/workers/wrangler/commands.mdx b/src/content/docs/workers/wrangler/commands.mdx index a891a22f9e1f11..b7594ff449cd66 100644 --- a/src/content/docs/workers/wrangler/commands.mdx +++ b/src/content/docs/workers/wrangler/commands.mdx @@ -2604,7 +2604,7 @@ After running the command, you must add the path of the generated runtime types You may use the shorthand `--x-include-runtime` flag in place of `--experimental-include-runtime` anywhere it is mentioned. -The minimum required Wrangler version to use this command is 3.66.1. +The minimum required Wrangler version to use this command is 3.66.0. :::