Skip to content

Commit 1642c53

Browse files
authored
Bump output version to match current release (#134)
1 parent 6ceefcb commit 1642c53

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.12.1');
11+
parent::__construct('PHPUnit Watcher', '1.23.2');
1212

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

0 commit comments

Comments
 (0)