From 7400e6ed6ba38358000fd5a30cc31db183294d74 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Wed, 16 Mar 2022 01:52:27 -0400 Subject: [PATCH] README: Update version reference --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f77a6420e..76f142315 100644 --- a/README.md +++ b/README.md @@ -86,9 +86,9 @@ There are many binary packages available, but to install from source requires: Download the tarball, and expand it: - $ curl -O https://taskwarrior.org/download/task-2.6.1.tar.gz - $ tar xzf task-2.6.1.tar.gz - $ cd task-2.6.1 + $ curl -O https://taskwarrior.org/download/task-2.6.2.tar.gz + $ tar xzf task-2.6.2.tar.gz + $ cd task-2.6.2 Or clone this repository: