mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-04 23:35:40 +08:00
fix pkg-config build for macOS sonoma (#391)
* fix pkg-config build for macOS sonoma * cs fix * bump version to 2.1.6 [skip ci]
This commit is contained in:
@@ -25,7 +25,7 @@ use Symfony\Component\Console\Command\ListCommand;
|
||||
*/
|
||||
final class ConsoleApplication extends Application
|
||||
{
|
||||
public const VERSION = '2.1.5';
|
||||
public const VERSION = '2.1.6';
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user