Add custom Windows micro logo support (#358)

* add custom windows micro logo option `--with-micro-logo`

* bump version 2.1.2
This commit is contained in:
Jerry Ma
2024-02-29 15:35:02 +08:00
committed by GitHub
parent 842e0add29
commit b46655ecfe
3 changed files with 22 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ use Symfony\Component\Console\Command\ListCommand;
*/
final class ConsoleApplication extends Application
{
public const VERSION = '2.1.1';
public const VERSION = '2.1.2';
public function __construct()
{