From 25c58001a786d4357a65aa9b045a8ca79b60bf06 Mon Sep 17 00:00:00 2001 From: BrianHenryIE Date: Fri, 25 Oct 2024 03:22:39 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Update=20version=20number=20in?= =?UTF-8?q?=20bin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/strauss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/strauss b/bin/strauss index 287283bc..eb34edc8 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.19.4'); +}, '0.19.5');