From da27fb6572fb06b842e8d389500e860bb07fea0d Mon Sep 17 00:00:00 2001 From: Joe Ferguson Date: Tue, 10 Sep 2024 11:27:43 -0500 Subject: [PATCH] Bump version for release --- bin/homestead | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/homestead b/bin/homestead index 40755c9a1..30f65cb28 100755 --- a/bin/homestead +++ b/bin/homestead @@ -8,7 +8,7 @@ if(is_file( __DIR__.'/../vendor/autoload.php')) { require __DIR__.'/../../../autoload.php'; } -$app = new Symfony\Component\Console\Application('Svpernova09 Homestead', '15.1.0'); +$app = new Symfony\Component\Console\Application('Svpernova09 Homestead', '15.1.2'); $app->add(new Svpernova\Homestead\MakeCommand); $app->add(new Svpernova\Homestead\WslApplyFeatures);