From c5566b3e9421c83a470754bcb952e64d94efa31f Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sun, 16 Aug 2020 22:01:49 -0300 Subject: [PATCH] Update version in the home page --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 99864e9f..c93b63d7 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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: