From 5a6fb7c973d9980883569cd9829c4917f22c2f5b Mon Sep 17 00:00:00 2001 From: jaedle <32975714+jaedle@users.noreply.github.com> Date: Mon, 19 Aug 2019 20:53:20 +0200 Subject: [PATCH] Bump version of taskfile Co-Authored-By: Andrey Nering --- cmd/task/task.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/task/task.go b/cmd/task/task.go index 5c60a052..a7e08719 100644 --- a/cmd/task/task.go +++ b/cmd/task/task.go @@ -28,7 +28,7 @@ Example: 'task hello' with the following 'Taskfile.yml' file will generate an 'output.txt' file with the content "hello". ''' -version: '2' +version: '3' tasks: hello: cmds: