diff --git a/vapor b/vapor index e0c48d70..0df3ffa2 100755 --- a/vapor +++ b/vapor @@ -69,7 +69,7 @@ Container::setInstance($container = new Container); /** * Start the console application. */ -$app = new Application('Laravel Vapor', '1.27.0'); +$app = new Application('Laravel Vapor', '1.28.0'); // Authentication... $app->add(new Commands\LoginCommand);