Skip to content

Commit

Permalink
update file
Browse files Browse the repository at this point in the history
  • Loading branch information
juancristobalgd1 authored Mar 19, 2024
1 parent 4db5d34 commit e4573b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libraries/Console/ConsoleApplication.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ final class ConsoleApplication
public function __construct()
{
$this->commands = new Commands();
$this->version ??= 1.0 ?? $this->getVersion();
$this->version ??= $this->getVersion();
}

/**
Expand Down

0 comments on commit e4573b7

Please sign in to comment.