From e462673bbf7e43ccd4db405f522cc652ed584bca Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Sat, 16 Mar 2024 21:52:51 -0400 Subject: [PATCH] Bump to v0.12.2 --- src/Shell.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Shell.php b/src/Shell.php index bb32da20..80fb3ca4 100644 --- a/src/Shell.php +++ b/src/Shell.php @@ -50,7 +50,7 @@ */ class Shell extends Application { - const VERSION = 'v0.12.1'; + const VERSION = 'v0.12.2'; private $config; private $cleaner;