fix redownloading go-xcaddy every time

This commit is contained in:
henderkes
2026-02-17 21:05:18 +07:00
parent 98117c3a04
commit 5623fed37f
2 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ use Symfony\Component\Console\Application;
*/
final class ConsoleApplication extends Application
{
public const string VERSION = '2.8.2';
public const string VERSION = '2.8.3';
public function __construct()
{