We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe4aaa commit 091dfe3Copy full SHA for 091dfe3
vapor
@@ -69,7 +69,7 @@ Container::setInstance($container = new Container);
69
/**
70
* Start the console application.
71
*/
72
-$app = new Application('Laravel Vapor', '1.32.1');
+$app = new Application('Laravel Vapor', '1.33.0');
73
74
// Authentication...
75
$app->add(new Commands\LoginCommand);
0 commit comments