From 86096de4c9a9426062b7089f2aab1615fbe98559 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Sat, 30 Jan 2021 03:54:22 +0000 Subject: [PATCH] Update tools --- resources/tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/tools.json b/resources/tools.json index cf13ef32..7def0238 100644 --- a/resources/tools.json +++ b/resources/tools.json @@ -20,7 +20,7 @@ "website": "https://github.com/phan/phan", "command": { "phar-download": { - "phar": "https://github.com/phan/phan/releases/download/4.0.2/phan.phar", + "phar": "https://github.com/phan/phan/releases/download/4.0.3/phan.phar", "bin": "%target-dir%/phan" } },