We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0844657 commit c3d2f9bCopy full SHA for c3d2f9b
src/Command/AbstractCommand.php
@@ -6,7 +6,7 @@
6
7
abstract class AbstractCommand implements CommandInterface
8
{
9
- private const VERSION = '0.0.6';
+ private const VERSION = '0.0.7';
10
11
protected function printVersion(): void
12
0 commit comments