Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit 451ca14

Browse files
committed
Build PHAR
1 parent b8b9f14 commit 451ca14

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

builds/shift-cli

-3.38 KB
Binary file not shown.

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.7');
22+
$application = new Application('Shift CLI', '0.2.8');
2323
$application->add(new DiscoverCommand($taskManifest));
2424
$application->add(new PublishCommand());
2525
$application->add(new RunCommand($taskManifest));

0 commit comments

Comments
 (0)