Skip to content

Commit c3d2f9b

Browse files
committed
v0.0.7
1 parent 0844657 commit c3d2f9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/AbstractCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
abstract class AbstractCommand implements CommandInterface
88
{
9-
private const VERSION = '0.0.6';
9+
private const VERSION = '0.0.7';
1010

1111
protected function printVersion(): void
1212
{

0 commit comments

Comments
 (0)