From 03d9cf981a27cc453b89ab584a4b1e70dea100f1 Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Thu, 14 Mar 2024 23:22:23 -0400 Subject: [PATCH] Bump to v0.12.1 --- src/Shell.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Shell.php b/src/Shell.php index 2c44217a..bb32da20 100644 --- a/src/Shell.php +++ b/src/Shell.php @@ -50,7 +50,7 @@ */ class Shell extends Application { - const VERSION = 'v0.12.0'; + const VERSION = 'v0.12.1'; private $config; private $cleaner;