1
0
mirror of https://github.com/go-task/task.git synced 2025-01-28 05:36:18 +02:00

docs: add required version for supporting loops (#1290)

This commit is contained in:
James Sansbury 2023-08-01 10:26:40 -04:00 committed by GitHub
parent f219e1ee76
commit d9a4b4241e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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