From 2ed72f574a90892ae78221217ecd4d6c0592ff8a Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Sun, 6 Nov 2022 10:27:07 -0500 Subject: [PATCH] Bump to v0.11.9 --- src/Shell.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Shell.php b/src/Shell.php index 9ef5bea2..c7503724 100644 --- a/src/Shell.php +++ b/src/Shell.php @@ -49,7 +49,7 @@ */ class Shell extends Application { - const VERSION = 'v0.11.8'; + const VERSION = 'v0.11.9'; /** @deprecated */ const PROMPT = '>>> ';