Skip to content

Commit 5692830

Browse files
committed
commit
1 parent 0b64c0a commit 5692830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ConsoleApplication.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class ConsoleApplication extends Application
88
{
99
public function __construct()
1010
{
11-
parent::__construct('PHPUnit Watcher', '1.3.1');
11+
parent::__construct('PHPUnit Watcher');
1212

1313
$this->add(new WatcherCommand());
1414
}

0 commit comments

Comments
 (0)