Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
themsaid committed Dec 17, 2019
1 parent 211691e commit 08320c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vapor
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ require __DIR__.'/services.php';
/**
* Start the console application.
*/
$app = new Application('Laravel Vapor', '1.4.3');
$app = new Application('Laravel Vapor', '1.4.5');

// Authentication...
$app->add(new Commands\LoginCommand);
Expand Down

0 comments on commit 08320c2

Please sign in to comment.