Skip to content

Commit

Permalink
docs: add required version for supporting loops (#1290)
Browse files Browse the repository at this point in the history
  • Loading branch information
q0rban authored Aug 1, 2023
1 parent f219e1e commit d9a4b42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d9a4b42

Please sign in to comment.