From d9a4b4241e8a06061a10e647baaf701164aa7e41 Mon Sep 17 00:00:00 2001 From: James Sansbury Date: Tue, 1 Aug 2023 10:26:40 -0400 Subject: [PATCH] docs: add required version for supporting loops (#1290) --- docs/docs/usage.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/usage.md b/docs/docs/usage.md index 19ebc992..2635c265 100644 --- a/docs/docs/usage.md +++ b/docs/docs/usage.md @@ -1001,9 +1001,9 @@ This works for all types of variables. ## Looping over values -Task allows you to loop over certain values and execute a command for each. -There are a number of ways to do this depending on the type of value you want to -loop over. +As of v3.28.0, Task allows you to loop over certain values and execute a +command for each. There are a number of ways to do this depending on the type +of value you want to loop over. ### Looping over a static list