diff --git a/app/Application.php b/app/Application.php index 72bbde4a..56d33dc5 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.3'; + final public const APP_VERSION = '0.7.4'; public function getCachedPackagesPath(): string { diff --git a/app/Commands/SelfUpdateCommand.php b/app/Commands/SelfUpdateCommand.php index 2b51e6fc..daa7d3c4 100644 --- a/app/Commands/SelfUpdateCommand.php +++ b/app/Commands/SelfUpdateCommand.php @@ -293,7 +293,7 @@ protected function updateViaComposer(): void $this->output->writeln('Updating via Composer...'); // Invoke the Composer command to update the application - passthru('composer global update hyde/cli'); + passthru('composer global require hyde/cli'); } protected function debug(string $message = ''): void diff --git a/builds/hyde b/builds/hyde index fcf5028d..a06c4304 100755 Binary files a/builds/hyde and b/builds/hyde differ