Skip to content

Commit

Permalink
Merge pull request #10 from oscarnevarezleal/bugfix/version_
Browse files Browse the repository at this point in the history
fix(wrong-version): Display current version
  • Loading branch information
oscarnevarezleal authored Jun 18, 2021
2 parents 5a8c09b + 9eaa6a9 commit 29d9db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LarasedApplication.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ final class LarasedApplication extends Application
/**
* LarasedApplication constructor.
*/
public function __construct(string $name = 'Larased', string $version = '0.0.1')
public function __construct(string $name = 'Larased', string $version = '0.0.3')
{
parent::__construct($name, $version);

Expand Down

0 comments on commit 29d9db8

Please sign in to comment.