Fix pgsql with PHP 8.4 embed missing libs bug

This commit is contained in:
crazywhalecc
2024-12-05 10:30:38 +08:00
committed by Jerry Ma
parent a8a071de1a
commit 05b602d38c
2 changed files with 26 additions and 1 deletions

View File

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