1
0
mirror of https://github.com/go-task/task.git synced 2025-03-19 21:17:46 +02:00

Update version in the home page

This commit is contained in:
Andrey Nering 2020-08-16 22:01:49 -03:00
parent 30cbf02bff
commit c5566b3e94

View File

@ -11,7 +11,7 @@ Once [installed](installation.md), you just need to describe your build tasks
using a simple [YAML][yaml] schema in a file called `Taskfile.yml`:
```yaml
version: '2'
version: '3'
tasks:
hello: