Skip to content

Commit

Permalink
Build PHAR
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmccreary committed Jun 14, 2024
1 parent 0bda7ea commit 3880b04
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified builds/shift-cli
Binary file not shown.
2 changes: 1 addition & 1 deletion shift-cli
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $taskManifest = new TaskManifest(

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

$application = new Application('Shift CLI', '0.3.0');
$application = new Application('Shift CLI', '0.3.1');
$application->add(new DiscoverCommand($taskManifest));
$application->add(new PublishCommand());
$application->add(new RunCommand($taskManifest));
Expand Down

0 comments on commit 3880b04

Please sign in to comment.