Fix windows curl build (using cmake) (#600)

This commit is contained in:
Jerry Ma
2025-02-06 23:59:02 +09:00
committed by GitHub
parent 21de1a2291
commit 95d741496e
7 changed files with 47 additions and 20 deletions

View File

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