Add SPC_MICRO_PATCHES env var

This commit is contained in:
crazywhalecc
2024-08-20 11:04:42 +08:00
committed by Jerry Ma
parent d5832c22e3
commit 0665af2537
5 changed files with 84 additions and 81 deletions

View File

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