Skip to content

Commit 43cc9d0

Browse files
committed
Add command, bump version
1 parent 5286921 commit 43cc9d0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/SPC/ConsoleApplication.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
use SPC\command\ExtractCommand;
2323
use SPC\command\InstallPkgCommand;
2424
use SPC\command\MicroCombineCommand;
25+
use SPC\command\SPCConfigCommand;
2526
use SPC\command\SwitchPhpVersionCommand;
2627
use Symfony\Component\Console\Application;
2728

@@ -30,7 +31,7 @@
3031
*/
3132
final class ConsoleApplication extends Application
3233
{
33-
public const VERSION = '2.4.1';
34+
public const VERSION = '2.4.2';
3435

3536
public function __construct()
3637
{
@@ -52,6 +53,7 @@ public function __construct()
5253
new ExtractCommand(),
5354
new MicroCombineCommand(),
5455
new SwitchPhpVersionCommand(),
56+
new SPCConfigCommand(),
5557

5658
// Dev commands
5759
new AllExtCommand(),

0 commit comments

Comments
 (0)