Skip to content

Commit 78d44a2

Browse files
committed
Tagging v14.5.0
1 parent cdda217 commit 78d44a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/homestead

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if(is_file( __DIR__.'/../vendor/autoload.php')) {
88
require __DIR__.'/../../../autoload.php';
99
}
1010

11-
$app = new Symfony\Component\Console\Application('Laravel Homestead', '14.4.2');
11+
$app = new Symfony\Component\Console\Application('Laravel Homestead', '14.5.0');
1212

1313
$app->add(new Laravel\Homestead\MakeCommand);
1414
$app->add(new Laravel\Homestead\WslApplyFeatures);

0 commit comments

Comments
 (0)