Skip to content

Commit

Permalink
Tagging v12.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svpernova09 committed Apr 7, 2021
1 parent 7fa3eee commit 7d2fd62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/homestead
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if(is_file( __DIR__.'/../vendor/autoload.php')) {
require __DIR__.'/../../../autoload.php';
}

$app = new Symfony\Component\Console\Application('Laravel Homestead', '12.1.1');
$app = new Symfony\Component\Console\Application('Laravel Homestead', '12.2.0');

$app->add(new Laravel\Homestead\MakeCommand);
$app->add(new Laravel\Homestead\WslApplyFeatures);
Expand Down

1 comment on commit 7d2fd62

@JosephKings7
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Best regards to everyone: Query: Please: I need to change/roll back the installation of Homestead 14.5.* to a previous version compatible with 32-bit Windows; How can/should I do this? Or, how can you install this version https://github.com/laravel/homestead/releases/tag/v12.2.0 ? Thank you very much.

Please sign in to comment.