Skip to content

Commit

Permalink
Fixed base laravel version.
Browse files Browse the repository at this point in the history
  • Loading branch information
youmingdot committed Jan 3, 2019
1 parent 5dfef21 commit 4201259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Foundation/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function setName($name)
*/
public function version()
{
return static::VERSION.' (Laravel Components 5.6.*)';
return static::VERSION.' (Laravel Components 5.7.*)';
}

/**
Expand Down

0 comments on commit 4201259

Please sign in to comment.