From c831ef3ec873bf3a3f769be1d572a7578d04a641 Mon Sep 17 00:00:00 2001 From: Brian Henry Date: Mon, 11 Nov 2024 23:52:59 -0800 Subject: [PATCH] Update strauss --- bin/strauss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/strauss b/bin/strauss index 3cefc72c..cadeb6ba 100755 --- a/bin/strauss +++ b/bin/strauss @@ -33,4 +33,4 @@ call_user_func(function ($version) { $app = new BrianHenryIE\Strauss\Console\Application($version); $app->run(); -}, '0.20.2'); +}, '0.20.0');