From 0db96a763f6c0cb3dca565001d10a03380362444 Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Sat, 14 Oct 2023 17:56:19 -0400 Subject: [PATCH] Bump to v0.11.22 --- src/Shell.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Shell.php b/src/Shell.php index 7ec2609a..57295a96 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.11.22'; /** @deprecated */ const PROMPT = '>>> ';