Skip to content

Commit e73efaa

Browse files
committed
Build PHAR
1 parent 9987e27 commit e73efaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shift-cli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $taskManifest = new TaskManifest(
1919

2020
Configuration::setDefaultTasks($defaults['run'], $defaults['options'] ?? []);
2121

22-
$application = new Application('Shift CLI', '0.2.9');
22+
$application = new Application('Shift CLI', '');
2323
$application->add(new DiscoverCommand($taskManifest));
2424
$application->add(new PublishCommand());
2525
$application->add(new RunCommand($taskManifest));

0 commit comments

Comments
 (0)