From 4a80eedeac6a9e87186dd4c665ceb2296c5a164c Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Wed, 20 Dec 2023 10:18:39 -0500 Subject: [PATCH] Bump to v0.12.0 --- src/Shell.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Shell.php b/src/Shell.php index b016baab..104699c2 100644 --- a/src/Shell.php +++ b/src/Shell.php @@ -50,7 +50,7 @@ */ class Shell extends Application { - const VERSION = 'v0.11.21'; + const VERSION = 'v0.12.0'; private $config; private $cleaner;