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

Commit 341b564

Browse files
committed
Build PHAR
1 parent 3146feb commit 341b564

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

builds/shift-cli

1.31 MB
Binary file not shown.

shift-cli

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

0 commit comments

Comments
 (0)