Skip to content

Commit

Permalink
Merge pull request #131 from hydephp/release/v0.7.50
Browse files Browse the repository at this point in the history
HydeCLI v0.7.50
  • Loading branch information
caendesilva committed Apr 20, 2024
2 parents 4206ced + 8e2481c commit 197bd4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class Application extends \Hyde\Foundation\Application
{
final public const APP_VERSION = '0.7.49';
final public const APP_VERSION = '0.7.50';

public function getCachedPackagesPath(): string
{
Expand All @@ -31,9 +31,9 @@ public function getNamespace(): string
return 'App';
}

/** Experimental patch for https://github.com/hydephp/cli/issues/129 */
/** Get the default command for the application. */
public function getName(): string
{
return 'HydePHP';
return 'list';
}
}
Binary file modified builds/hyde
Binary file not shown.

0 comments on commit 197bd4f

Please sign in to comment.