Skip to content

Commit

Permalink
Release v1.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Dec 10, 2021
1 parent 472b0b7 commit d6ed3dd
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 @@ -69,7 +69,7 @@ Container::setInstance($container = new Container);
/**
* Start the console application.
*/
$app = new Application('Laravel Vapor', '1.32.1');
$app = new Application('Laravel Vapor', '1.34.0');

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

0 comments on commit d6ed3dd

Please sign in to comment.