From 36b069bc4818387dbb8fd5be95c525236e7fa51d Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Mon, 31 Jul 2023 10:32:15 -0400 Subject: [PATCH] Bump to v0.11.20 --- src/Shell.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Shell.php b/src/Shell.php index 232bef5b..58d8fef3 100644 --- a/src/Shell.php +++ b/src/Shell.php @@ -49,7 +49,7 @@ */ class Shell extends Application { - const VERSION = 'v0.11.19'; + const VERSION = 'v0.11.20'; /** @deprecated */ const PROMPT = '>>> ';