diff --git a/app/Application.php b/app/Application.php index 2dec2c34..5574562d 100644 --- a/app/Application.php +++ b/app/Application.php @@ -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 { @@ -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'; } } diff --git a/builds/hyde b/builds/hyde index 5c13f715..08869229 100755 Binary files a/builds/hyde and b/builds/hyde differ