diff --git a/resources/test.json b/resources/test.json index c23fbdbd..019f9204 100644 --- a/resources/test.json +++ b/resources/test.json @@ -19,11 +19,11 @@ "website": "https://infection.github.io/", "command": { "file-download": { - "url": "https://github.com/infection/infection/releases/download/0.20.2/infection.phar.asc", + "url": "https://github.com/infection/infection/releases/download/0.21.0/infection.phar.asc", "file": "%target-dir%/infection.phar.asc" }, "phar-download": { - "phar": "https://github.com/infection/infection/releases/download/0.20.2/infection.phar", + "phar": "https://github.com/infection/infection/releases/download/0.21.0/infection.phar", "bin": "%target-dir%/infection" } },