From e44700d9abe12a854ba3b52d170b0e8ee92a0df2 Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Sun, 9 Jun 2024 21:18:16 -0400 Subject: [PATCH] Bump to v0.12.4 --- src/Shell.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Shell.php b/src/Shell.php index 3d9137e2..4fd97b72 100644 --- a/src/Shell.php +++ b/src/Shell.php @@ -50,7 +50,7 @@ */ class Shell extends Application { - const VERSION = 'v0.12.3'; + const VERSION = 'v0.12.4'; private $config; private $cleaner;